#575C80

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

Shades of Comet #575C80

Tints of Comet #575C80

Color information

#575C80 (or 0x575C80) is unknown color: approx Comet. HEX triplet: 57, 5C and 80. RGB value is (87,92,128). Sum of RGB (Red+Green+Blue) = 87+92+128=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 128 - color contains mainly: blue. Hex color #575C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575C80 is #A8A37F. Grayscale: #5E5E5E. Windows color (decimal): -11051904 or 8412247. OLE color: 8412247.

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

Color convert

RGB8792128-
CMYK0.320.2800.50
HSL232.68º19.07%42.16%-
HSV(B)232.68º32.03%50.2%-
XYZ11.6511.2421.98-
YUV94.61146.84122.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.34%
GREEN value IS 92 (36.33% from 255) = 29.97%
BLUE value IS 128 (50.39% from 255) = 41.69%
R=28.34%
G=29.97%
B=41.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87921280.320.2800.50232.6819.0742.16
Hex575C80201C032e9132a
Octal12713420040340623512352
Binary10101111011100100000001000001110001100101110100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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