Html Css Color HEX #557382 Blue Bayoux

📋 copy color: '#557382'

red 85 ◦ green 115 ◦ blue 130

#557382
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bayoux #557382

Tints of Blue Bayoux #557382

RGB

 RED value IS 85 (33.59% from 255) = 25.76%

 GREEN value IS 115 (45.31% from 255) = 34.85%

 BLUE value IS 130 (51.17% from 255) = 39.39%

R = 25.76%
G = 34.85%
B = 39.39%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#557382 (or 0x557382) is known color: Blue Bayoux. HEX triplet: 55, 73 and 82. RGB value is (85,115,130). Sum of RGB (Red+Green+Blue) = 85+115+130=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #557382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557382 is #AA8C7D. Grayscale: #6B6B6B. Windows color (decimal): -11177086 or 8549205. OLE color: 8549205.

HSL color Cylindrical-coordinate representation of color #557382: hue angle of 200º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #557382 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 115 130 -
CMYK 0.35 0.12 0 0.49
HSL 200º 0.21% 0.42% -
HSV(B) 200º 0.35% 0.51% -
XYZ 13.91 15.8 23.44 -
YUV 107.74 140.56 111.78 -
System Red Green Blue C M Y K H S L
Decimal 85 115 130 0.35 0.12 0 0.49 200 0.21 0.42
Hex 55 73 82 23 C 0 31 C8 15 2A
Octal 125 163 202 43 14 0 61 310 25 52
Binary 1010101 1110011 10000010 100011 1100 0 110001 11001000 10101 101010

Color Harmonies of #557382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557382

Black with #557382

Text Example


Text Example

White with #557382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557382; }

 p { color: rgb(85,115,130); }

 H1.HeaderClassName
 {
   color: #557382;
 }
 .AnyTagClassName
 {
   color: #557382;
 }
</style>

background-color css

<style>
 a { background-color: #557382; }

 a { background-color: rgb(85,115,130); }

 div.DivClassName
 {
   background-color: #557382;
 }
 .BgClassName
 {
   background-color: #557382;
 }
</style>

border-color css

<style>
 span { border-color: #557382; }

 span { border-color: rgb(85,115,130); }

 td.TdClassName
 {
   border-color: #557382;
 }
 .TagClassName
 {
   border-color: #557382;
 }
</style>