#595A7B

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

Shades of Comet #595A7B

Tints of Comet #595A7B

Color information

#595A7B (or 0x595A7B) is unknown color: approx Comet. HEX triplet: 59, 5A and 7B. RGB value is (89,90,123). Sum of RGB (Red+Green+Blue) = 89+90+123=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #595A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A7B is #A6A584. Grayscale: #5D5D5D. Windows color (decimal): -10921349 or 8084057. OLE color: 8084057.

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

Color convert

RGB8990123-
CMYK0.280.2700.52
HSL238.24º16.04%41.57%-
HSV(B)238.24º27.64%48.24%-
XYZ11.3510.8720.24-
YUV93.46144.67124.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.47%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=29.47%
G=29.80%
B=40.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal89901230.280.2700.52238.2416.0441.57
Hex595A7B1C1B034ee102a
Octal13113217334330643562052
Binary101100110110101111011111001101101101001110111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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