#577D84

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

Shades of Blue Bayoux #577D84

Tints of Blue Bayoux #577D84

Color information

#577D84 (or 0x577D84) is unknown color: approx Blue Bayoux. HEX triplet: 57, 7D and 84. RGB value is (87,125,132). Sum of RGB (Red+Green+Blue) = 87+125+132=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #577D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577D84 is #A8827B. Grayscale: #727272. Windows color (decimal): -11043452 or 8682839. OLE color: 8682839.

HSL color Cylindrical-coordinate representation of color #577D84: hue angle of 189.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #577D84 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB87125132-
CMYK0.340.0500.48
HSL189.33º20.55%42.94%-
HSV(B)189.33º34.09%51.76%-
XYZ15.4318.3624.56-
YUV114.44137.91108.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 125 (49.22% from 255) = 36.34%
BLUE value IS 132 (51.95% from 255) = 38.37%
R=25.29%
G=36.34%
B=38.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871251320.340.0500.48189.3320.5542.94
Hex577D84225030bd152b
Octal1271752044250602752553
Binary101011111111011000010010001010101100001011110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,125,132); }

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

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

 a { background-color: rgb(87,125,132); }

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

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

 span { border-color: rgb(87,125,132); }

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