#595A6B

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

Shades of Comet #595A6B

Tints of Comet #595A6B

Color information

#595A6B (or 0x595A6B) is unknown color: approx Comet. HEX triplet: 59, 5A and 6B. RGB value is (89,90,107). Sum of RGB (Red+Green+Blue) = 89+90+107=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 107 - color contains mainly: blue. Hex color #595A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A6B is #A6A594. Grayscale: #5B5B5B. Windows color (decimal): -10921365 or 7035481. OLE color: 7035481.

HSL color Cylindrical-coordinate representation of color #595A6B: hue angle of 236.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #595A6B is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8990107-
CMYK0.170.1600.58
HSL236.67º9.18%38.43%-
HSV(B)236.67º16.82%41.96%-
XYZ10.4310.515.39-
YUV91.64136.67126.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.12%
GREEN value IS 90 (35.55% from 255) = 31.47%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=31.12%
G=31.47%
B=37.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89901070.170.1600.58236.679.1838.43
Hex595A6B111003Aed926
Octal13113215321200723551146
Binary10110011011010110101110001100000111010111011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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