#575575

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

Shades of Comet #575575

Tints of Comet #575575

Color information

#575575 (or 0x575575) is unknown color: approx Comet. HEX triplet: 57, 55 and 75. RGB value is (87,85,117). Sum of RGB (Red+Green+Blue) = 87+85+117=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #575575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575575 is #A8AA8A. Grayscale: #595959. Windows color (decimal): -11053707 or 7689559. OLE color: 7689559.

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

Color convert

RGB8785117-
CMYK0.260.2700.54
HSL243.75º15.84%39.61%-
HSV(B)243.75º27.35%45.88%-
XYZ10.399.8118.18-
YUV89.25143.66126.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.10%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=30.10%
G=29.41%
B=40.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87851170.260.2700.54243.7515.8439.61
Hex5755751A1B036f41028
Octal12712516532330663642050
Binary101011110101011110101110101101101101101111010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575575; }

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

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

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

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

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

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

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

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