#577180

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

Shades of Blue Bayoux #577180

Tints of Blue Bayoux #577180

Color information

#577180 (or 0x577180) is unknown color: approx Blue Bayoux. HEX triplet: 57, 71 and 80. RGB value is (87,113,128). Sum of RGB (Red+Green+Blue) = 87+113+128=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 128 - color contains mainly: blue. Hex color #577180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577180 is #A88E7F. Grayscale: #6A6A6A. Windows color (decimal): -11046528 or 8417623. OLE color: 8417623.

HSL color Cylindrical-coordinate representation of color #577180: hue angle of 201.95º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #577180 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB87113128-
CMYK0.320.1200.50
HSL201.95º19.07%42.16%-
HSV(B)201.95º32.03%50.2%-
XYZ13.7315.422.67-
YUV106.94139.89113.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.52%
GREEN value IS 113 (44.53% from 255) = 34.45%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=26.52%
G=34.45%
B=39.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871131280.320.1200.50201.9519.0742.16
Hex57718020C032ca132a
Octal12716120040140623122352
Binary1010111111000110000000100000110001100101100101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577180; }

 p { color: rgb(87,113,128); }

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

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

 a { background-color: rgb(87,113,128); }

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

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

 span { border-color: rgb(87,113,128); }

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