#577380

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

Shades of Blue Bayoux #577380

Tints of Blue Bayoux #577380

Color information

#577380 (or 0x577380) is unknown color: approx Blue Bayoux. HEX triplet: 57, 73 and 80. RGB value is (87,115,128). Sum of RGB (Red+Green+Blue) = 87+115+128=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 128 - color contains mainly: blue. Hex color #577380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577380 is #A88C7F. Grayscale: #6C6C6C. Windows color (decimal): -11046016 or 8418135. OLE color: 8418135.

HSL color Cylindrical-coordinate representation of color #577380: hue angle of 199.02º 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 #577380 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB87115128-
CMYK0.320.1000.50
HSL199.02º19.07%42.16%-
HSV(B)199.02º32.03%50.2%-
XYZ13.9615.8522.75-
YUV108.11139.22112.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=26.36%
G=34.85%
B=38.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871151280.320.1000.50199.0219.0742.16
Hex57738020A032c7132a
Octal12716320040120623072352
Binary1010111111001110000000100000101001100101100011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577380; }

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

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

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

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

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

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

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

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