#575B80

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

Shades of Comet #575B80

Tints of Comet #575B80

Color information

#575B80 (or 0x575B80) is unknown color: approx Comet. HEX triplet: 57, 5B and 80. RGB value is (87,91,128). Sum of RGB (Red+Green+Blue) = 87+91+128=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #575B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575B80 is #A8A47F. Grayscale: #5D5D5D. Windows color (decimal): -11052160 or 8411991. OLE color: 8411991.

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

Color convert

RGB8791128-
CMYK0.320.2900.50
HSL234.15º19.07%42.16%-
HSV(B)234.15º32.03%50.2%-
XYZ11.5711.0721.95-
YUV94.02147.17122.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.43%
GREEN value IS 91 (35.94% from 255) = 29.74%
BLUE value IS 128 (50.39% from 255) = 41.83%
R=28.43%
G=29.74%
B=41.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87911280.320.2900.50234.1519.0742.16
Hex575B80201D032ea132a
Octal12713320040350623522352
Binary10101111011011100000001000001110101100101110101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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