#595D7C

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

Shades of Comet #595D7C

Tints of Comet #595D7C

Color information

#595D7C (or 0x595D7C) is unknown color: approx Comet. HEX triplet: 59, 5D and 7C. RGB value is (89,93,124). Sum of RGB (Red+Green+Blue) = 89+93+124=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #595D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D7C is #A6A283. Grayscale: #5F5F5F. Windows color (decimal): -10920580 or 8150361. OLE color: 8150361.

HSL color Cylindrical-coordinate representation of color #595D7C: hue angle of 233.14º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #595D7C is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8993124-
CMYK0.280.2500.51
HSL233.14º16.43%41.76%-
HSV(B)233.14º28.23%48.63%-
XYZ11.6711.4120.66-
YUV95.34144.17123.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.08%
GREEN value IS 93 (36.72% from 255) = 30.39%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=29.08%
G=30.39%
B=40.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal89931240.280.2500.51233.1416.4341.76
Hex595D7C1C19033e9102a
Octal13113517434310633512052
Binary101100110111011111100111001100101100111110100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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