#575980

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

Shades of Comet #575980

Tints of Comet #575980

Color information

#575980 (or 0x575980) is unknown color: approx Comet. HEX triplet: 57, 59 and 80. RGB value is (87,89,128). Sum of RGB (Red+Green+Blue) = 87+89+128=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #575980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575980 is #A8A67F. Grayscale: #5C5C5C. Windows color (decimal): -11052672 or 8411479. OLE color: 8411479.

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

Color convert

RGB8789128-
CMYK0.320.3000.50
HSL237.07º19.07%42.16%-
HSV(B)237.07º32.03%50.2%-
XYZ11.410.7321.89-
YUV92.85147.84123.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.62%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 128 (50.39% from 255) = 42.11%
R=28.62%
G=29.28%
B=42.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87891280.320.3000.50237.0719.0742.16
Hex575980201E032ed132a
Octal12713120040360623552352
Binary10101111011001100000001000001111001100101110110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575980; }

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

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

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

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

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

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

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

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