#595A71

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

Shades of Comet #595A71

Tints of Comet #595A71

Color information

#595A71 (or 0x595A71) is unknown color: approx Comet. HEX triplet: 59, 5A and 71. RGB value is (89,90,113). Sum of RGB (Red+Green+Blue) = 89+90+113=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #595A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A71 is #A6A58E. Grayscale: #5C5C5C. Windows color (decimal): -10921359 or 7428697. OLE color: 7428697.

HSL color Cylindrical-coordinate representation of color #595A71: hue angle of 237.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #595A71 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8990113-
CMYK0.210.2000.56
HSL237.5º11.88%39.61%-
HSV(B)237.5º21.24%44.31%-
XYZ10.7610.6317.11-
YUV92.32139.67125.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.48%
GREEN value IS 90 (35.55% from 255) = 30.82%
BLUE value IS 113 (44.53% from 255) = 38.70%
R=30.48%
G=30.82%
B=38.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89901130.210.2000.56237.511.8839.61
Hex595A711514038eec28
Octal13113216125240703561450
Binary10110011011010111000110101101000111000111011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595A71; }

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

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

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

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

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

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

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

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