#577480

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

Shades of Blue Bayoux #577480

Tints of Blue Bayoux #577480

Color information

#577480 (or 0x577480) is unknown color: approx Blue Bayoux. HEX triplet: 57, 74 and 80. RGB value is (87,116,128). Sum of RGB (Red+Green+Blue) = 87+116+128=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 128 - color contains mainly: blue. Hex color #577480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577480 is #A88B7F. Grayscale: #6C6C6C. Windows color (decimal): -11045760 or 8418391. OLE color: 8418391.

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

Color convert

RGB87116128-
CMYK0.320.0900.50
HSL197.56º19.07%42.16%-
HSV(B)197.56º32.03%50.2%-
XYZ14.0716.0822.78-
YUV108.7138.89112.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 128 (50.39% from 255) = 38.67%
R=26.28%
G=35.05%
B=38.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871161280.320.0900.50197.5619.0742.16
Hex577480209032c6132a
Octal12716420040110623062352
Binary1010111111010010000000100000100101100101100011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577480; }

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

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

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

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

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

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

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

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