#595D7B

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

Shades of Comet #595D7B

Tints of Comet #595D7B

Color information

#595D7B (or 0x595D7B) is unknown color: approx Comet. HEX triplet: 59, 5D and 7B. RGB value is (89,93,123). Sum of RGB (Red+Green+Blue) = 89+93+123=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #595D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D7B is #A6A284. Grayscale: #5F5F5F. Windows color (decimal): -10920581 or 8084825. OLE color: 8084825.

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

Color convert

RGB8993123-
CMYK0.280.2400.52
HSL232.94º16.04%41.57%-
HSV(B)232.94º27.64%48.24%-
XYZ11.6111.3820.32-
YUV95.22143.67123.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.18%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=29.18%
G=30.49%
B=40.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal89931230.280.2400.52232.9416.0441.57
Hex595D7B1C18034e9102a
Octal13113517334300643512052
Binary101100110111011111011111001100001101001110100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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