#577981

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

Shades of Blue Bayoux #577981

Tints of Blue Bayoux #577981

Color information

#577981 (or 0x577981) is unknown color: approx Blue Bayoux. HEX triplet: 57, 79 and 81. RGB value is (87,121,129). Sum of RGB (Red+Green+Blue) = 87+121+129=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 129 - color contains mainly: blue. Hex color #577981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577981 is #A8867E. Grayscale: #6F6F6F. Windows color (decimal): -11044479 or 8485207. OLE color: 8485207.

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

Color convert

RGB87121129-
CMYK0.330.0600.49
HSL191.43º19.44%42.35%-
HSV(B)191.43º32.56%50.59%-
XYZ14.7317.2923.33-
YUV111.75137.74110.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.82%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 129 (50.78% from 255) = 38.28%
R=25.82%
G=35.91%
B=38.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871211290.330.0600.49191.4319.4442.35
Hex577981216031bf132a
Octal1271712014160612772352
Binary101011111110011000000110000111001100011011111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577981; }

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

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

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

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

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

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

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

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