#577b84

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

Shades of Blue Bayoux #577B84

Tints of Blue Bayoux #577B84

Color information

#577B84 (or 0x577B84) is unknown color: approx Blue Bayoux. HEX triplet: 57, 7B and 84. RGB value is (87,123,132). Sum of RGB (Red+Green+Blue) = 87+123+132=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #577B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577B84 is #A8847B. Grayscale: #717171. Windows color (decimal): -11043964 or 8682327. OLE color: 8682327.

HSL color Cylindrical-coordinate representation of color #577B84: hue angle of 192º 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 #577B84 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB87123132-
CMYK0.340.0700.48
HSL192º20.55%42.94%-
HSV(B)192º34.09%51.76%-
XYZ15.1817.8624.48-
YUV113.26138.57109.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 123 (48.44% from 255) = 35.96%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=25.44%
G=35.96%
B=38.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871231320.340.0700.4819220.5542.94
Hex577B84227030c0152b
Octal1271732044270603002553
Binary101011111110111000010010001011101100001100000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577b84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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