#575970

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

Shades of Comet #575970

Tints of Comet #575970

Color information

#575970 (or 0x575970) is unknown color: approx Comet. HEX triplet: 57, 59 and 70. RGB value is (87,89,112). Sum of RGB (Red+Green+Blue) = 87+89+112=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #575970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575970 is #A8A68F. Grayscale: #5A5A5A. Windows color (decimal): -11052688 or 7362903. OLE color: 7362903.

HSL color Cylindrical-coordinate representation of color #575970: hue angle of 235.2º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #575970 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8789112-
CMYK0.220.2100.56
HSL235.2º12.56%39.02%-
HSV(B)235.2º22.32%43.92%-
XYZ10.4310.3416.78-
YUV91.02139.84125.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=30.21%
G=30.90%
B=38.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87891120.220.2100.56235.212.5639.02
Hex5759701615038ebd27
Octal12713116026250703531547
Binary10101111011001111000010110101010111000111010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575970; }

 p { color: rgb(87,89,112); }

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

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

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

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

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

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

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