#575875

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

Shades of Comet #575875

Tints of Comet #575875

Color information

#575875 (or 0x575875) is unknown color: approx Comet. HEX triplet: 57, 58 and 75. RGB value is (87,88,117). Sum of RGB (Red+Green+Blue) = 87+88+117=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #575875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575875 is #A8A78A. Grayscale: #5A5A5A. Windows color (decimal): -11052939 or 7690327. OLE color: 7690327.

HSL color Cylindrical-coordinate representation of color #575875: hue angle of 238º 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 #575875 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8788117-
CMYK0.260.2500.54
HSL238º14.71%40%-
HSV(B)238º25.64%45.88%-
XYZ10.6310.2918.26-
YUV91.01142.67125.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 117 (46.09% from 255) = 40.07%
R=29.79%
G=30.14%
B=40.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87881170.260.2500.5423814.7140
Hex5758751A19036eef28
Octal12713016532310663561750
Binary10101111011000111010111010110010110110111011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575875; }

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

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

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

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

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

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

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

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