#577280

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

Shades of Blue Bayoux #577280

Tints of Blue Bayoux #577280

Color information

#577280 (or 0x577280) is unknown color: approx Blue Bayoux. HEX triplet: 57, 72 and 80. RGB value is (87,114,128). Sum of RGB (Red+Green+Blue) = 87+114+128=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: blue. Hex color #577280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577280 is #A88D7F. Grayscale: #6B6B6B. Windows color (decimal): -11046272 or 8417879. OLE color: 8417879.

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

Color convert

RGB87114128-
CMYK0.320.1100.50
HSL200.49º19.07%42.16%-
HSV(B)200.49º32.03%50.2%-
XYZ13.8415.6222.71-
YUV107.52139.55113.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.44%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=26.44%
G=34.65%
B=38.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871141280.320.1100.50200.4919.0742.16
Hex57728020B032c8132a
Octal12716220040130623102352
Binary1010111111001010000000100000101101100101100100010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577280; }

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

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

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

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

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

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

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

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