Html Css Color HEX #557581 Blue Bayoux

📋 copy color: '#557581'

red 85 ◦ green 117 ◦ blue 129

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

Shades of Blue Bayoux #557581

Tints of Blue Bayoux #557581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.35%

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 25.68%
G = 35.35%
B = 38.97%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#557581 (or 0x557581) is known color: Blue Bayoux. HEX triplet: 55, 75 and 81. RGB value is (85,117,129). Sum of RGB (Red+Green+Blue) = 85+117+129=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 129 - color contains mainly: blue. Hex color #557581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557581 is #AA8A7E. Grayscale: #6C6C6C. Windows color (decimal): -11176575 or 8484181. OLE color: 8484181.

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

Color convert

RGB 85 117 129 -
CMYK 0.34 0.09 0 0.49
HSL 196.36º 0.21% 0.42% -
HSV(B) 196.36º 0.34% 0.51% -
XYZ 14.07 16.24 23.16 -
YUV 108.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 85 117 129 0.34 0.09 0 0.49 196.36 0.21 0.42
Hex 55 75 81 22 9 0 31 C4 15 2A
Octal 125 165 201 42 11 0 61 304 25 52
Binary 1010101 1110101 10000001 100010 1001 0 110001 11000100 10101 101010

Color Harmonies of #557581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557581

Black with #557581

Text Example


Text Example

White with #557581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557581; }

 p { color: rgb(85,117,129); }

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

background-color css

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

 a { background-color: rgb(85,117,129); }

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

border-color css

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

 span { border-color: rgb(85,117,129); }

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