#577A82

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

Shades of Blue Bayoux #577A82

Tints of Blue Bayoux #577A82

Color information

#577A82 (or 0x577A82) is unknown color: approx Blue Bayoux. HEX triplet: 57, 7A and 82. RGB value is (87,122,130). Sum of RGB (Red+Green+Blue) = 87+122+130=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 130 - color contains mainly: blue. Hex color #577A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577A82 is #A8857D. Grayscale: #707070. Windows color (decimal): -11044222 or 8550999. OLE color: 8550999.

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

Color convert

RGB87122130-
CMYK0.330.0600.49
HSL191.16º19.82%42.55%-
HSV(B)191.16º33.08%50.98%-
XYZ14.9217.5623.72-
YUV112.45137.9109.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.66%
GREEN value IS 122 (48.05% from 255) = 35.99%
BLUE value IS 130 (51.17% from 255) = 38.35%
R=25.66%
G=35.99%
B=38.35%

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
Decimal871221300.330.0600.49191.1619.8242.55
Hex577A82216031bf142b
Octal1271722024160612772453
Binary101011111110101000001010000111001100011011111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577A82; }

 p { color: rgb(87,122,130); }

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

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

 a { background-color: rgb(87,122,130); }

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

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

 span { border-color: rgb(87,122,130); }

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