#595D7A

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

Shades of Comet #595D7A

Tints of Comet #595D7A

Color information

#595D7A (or 0x595D7A) is unknown color: approx Comet. HEX triplet: 59, 5D and 7A. RGB value is (89,93,122). Sum of RGB (Red+Green+Blue) = 89+93+122=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #595D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D7A is #A6A285. Grayscale: #5E5E5E. Windows color (decimal): -10920582 or 8019289. OLE color: 8019289.

HSL color Cylindrical-coordinate representation of color #595D7A: hue angle of 232.73º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #595D7A is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8993122-
CMYK0.270.2400.52
HSL232.73º15.64%41.37%-
HSV(B)232.73º27.05%47.84%-
XYZ11.5511.3620-
YUV95.11143.17123.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.28%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=29.28%
G=30.59%
B=40.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal89931220.270.2400.52232.7315.6441.37
Hex595D7A1B18034e91029
Octal13113517233300643512051
Binary101100110111011111010110111100001101001110100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,93,122); }

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

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

 a { background-color: rgb(89,93,122); }

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

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

 span { border-color: rgb(89,93,122); }

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