#575775

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

Shades of Comet #575775

Tints of Comet #575775

Color information

#575775 (or 0x575775) is unknown color: approx Comet. HEX triplet: 57, 57 and 75. RGB value is (87,87,117). Sum of RGB (Red+Green+Blue) = 87+87+117=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #575775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575775 is #A8A88A. Grayscale: #5A5A5A. Windows color (decimal): -11053195 or 7690071. OLE color: 7690071.

HSL color Cylindrical-coordinate representation of color #575775: hue angle of 240º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575775 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8787117-
CMYK0.260.2600.54
HSL240º14.71%40%-
HSV(B)240º25.64%45.88%-
XYZ10.5510.1318.23-
YUV90.42143125.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.90%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=29.90%
G=29.90%
B=40.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87871170.260.2600.5424014.7140
Hex5757751A1A036f0f28
Octal12712716532320663601750
Binary10101111010111111010111010110100110110111100001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575775; }

 p { color: rgb(87,87,117); }

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

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

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

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

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

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

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