#595C7B

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

Shades of Comet #595C7B

Tints of Comet #595C7B

Color information

#595C7B (or 0x595C7B) is unknown color: approx Comet. HEX triplet: 59, 5C and 7B. RGB value is (89,92,123). Sum of RGB (Red+Green+Blue) = 89+92+123=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #595C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C7B is #A6A384. Grayscale: #5E5E5E. Windows color (decimal): -10920837 or 8084569. OLE color: 8084569.

HSL color Cylindrical-coordinate representation of color #595C7B: hue angle of 234.71º 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 #595C7B is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8992123-
CMYK0.280.2500.52
HSL234.71º16.04%41.57%-
HSV(B)234.71º27.64%48.24%-
XYZ11.5211.2120.3-
YUV94.64144.01123.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.28%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=29.28%
G=30.26%
B=40.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal89921230.280.2500.52234.7116.0441.57
Hex595C7B1C19034eb102a
Octal13113417334310643532052
Binary101100110111001111011111001100101101001110101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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