#575971

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

Shades of Comet #575971

Tints of Comet #575971

Color information

#575971 (or 0x575971) is unknown color: approx Comet. HEX triplet: 57, 59 and 71. RGB value is (87,89,113). Sum of RGB (Red+Green+Blue) = 87+89+113=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: blue. Hex color #575971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575971 is #A8A68E. Grayscale: #5B5B5B. Windows color (decimal): -11052687 or 7428439. OLE color: 7428439.

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

Color convert

RGB8789113-
CMYK0.230.2100.56
HSL235.38º13%39.22%-
HSV(B)235.38º23.01%44.31%-
XYZ10.4810.3617.07-
YUV91.14140.34125.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.10%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=30.10%
G=30.80%
B=39.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87891130.230.2100.56235.381339.22
Hex5759711715038ebd27
Octal12713116127250703531547
Binary10101111011001111000110111101010111000111010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575971; }

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

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

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

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

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

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

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

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