#577884

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

Shades of Blue Bayoux #577884

Tints of Blue Bayoux #577884

Color information

#577884 (or 0x577884) is unknown color: approx Blue Bayoux. HEX triplet: 57, 78 and 84. RGB value is (87,120,132). Sum of RGB (Red+Green+Blue) = 87+120+132=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #577884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577884 is #A8877B. Grayscale: #6F6F6F. Windows color (decimal): -11044732 or 8681559. OLE color: 8681559.

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

Color convert

RGB87120132-
CMYK0.340.0900.48
HSL196º20.55%42.94%-
HSV(B)196º34.09%51.76%-
XYZ14.8117.1324.35-
YUV111.5139.57110.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.66%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=25.66%
G=35.40%
B=38.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871201320.340.0900.4819620.5542.94
Hex577884229030c4152b
Octal12717020442110603042553
Binary1010111111100010000100100010100101100001100010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577884; }

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

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

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

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

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

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

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

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