#575E80

Color #575E80 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #575E80

Tints of Comet #575E80

Color information

#575E80 (or 0x575E80) is unknown color: approx Comet. HEX triplet: 57, 5E and 80. RGB value is (87,94,128). Sum of RGB (Red+Green+Blue) = 87+94+128=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #575E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575E80 is #A8A17F. Grayscale: #5F5F5F. Windows color (decimal): -11051392 or 8412759. OLE color: 8412759.

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

Color convert

RGB8794128-
CMYK0.320.2700.50
HSL229.76º19.07%42.16%-
HSV(B)229.76º32.03%50.2%-
XYZ11.8311.5922.04-
YUV95.78146.18121.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.16%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 128 (50.39% from 255) = 41.42%
R=28.16%
G=30.42%
B=41.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87941280.320.2700.50229.7619.0742.16
Hex575E80201B032e6132a
Octal12713620040330623462352
Binary10101111011110100000001000001101101100101110011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575E80; }

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

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

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

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

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

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

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

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