#557981

Color #557981 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #557981

Tints of Blue Bayoux #557981

Color information

#557981 (or 0x557981) is unknown color: approx Blue Bayoux. HEX triplet: 55, 79 and 81. RGB value is (85,121,129). Sum of RGB (Red+Green+Blue) = 85+121+129=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 129 - color contains mainly: blue. Hex color #557981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557981 is #AA867E. Grayscale: #6F6F6F. Windows color (decimal): -11175551 or 8485205. OLE color: 8485205.

HSL color Cylindrical-coordinate representation of color #557981: hue angle of 190.91º 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 #557981 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB85121129-
CMYK0.340.0600.49
HSL190.91º20.56%41.96%-
HSV(B)190.91º34.11%50.59%-
XYZ14.5517.1923.32-
YUV111.15138.07109.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 121 (47.66% from 255) = 36.12%
BLUE value IS 129 (50.78% from 255) = 38.51%
R=25.37%
G=36.12%
B=38.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851211290.340.0600.49190.9120.5641.96
Hex557981226031bf152a
Octal1251712014260612772552
Binary101010111110011000000110001011001100011011111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557981; }

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

 H1.HeaderClassName
 {
   color: #557981;
 }
 .AnyTagClassName
 {
   color: #557981;
 }
</style>
background-color css

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

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

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

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

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

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