Html Css Color HEX #595966 Comet

📋 copy color: '#595966'

red 89 ◦ green 89 ◦ blue 102

#595966
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #595966

Tints of Comet #595966

RGB

 RED value IS 89 (35.16% from 255) = 31.79%

 GREEN value IS 89 (35.16% from 255) = 31.79%

 BLUE value IS 102 (40.23% from 255) = 36.43%

R = 31.79%
G = 31.79%
B = 36.43%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#595966 (or 0x595966) is known color: Comet. HEX triplet: 59, 59 and 66. RGB value is (89,89,102). Sum of RGB (Red+Green+Blue) = 89+89+102=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 102 - color contains mainly: blue. Hex color #595966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595966 is #A6A699. Grayscale: #5A5A5A. Windows color (decimal): -10921626 or 6707545. OLE color: 6707545.

HSL color Cylindrical-coordinate representation of color #595966: hue angle of 240º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #595966 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 89 89 102 -
CMYK 0.13 0.13 0 0.6
HSL 240º 0.07% 0.37% -
HSV(B) 240º 0.13% 0.4% -
XYZ 10.09 10.23 14.01 -
YUV 90.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 89 89 102 0.13 0.13 0 0.6 240 0.07 0.37
Hex 59 59 66 D D 0 3C F0 7 25
Octal 131 131 146 15 15 0 74 360 7 45
Binary 1011001 1011001 1100110 1101 1101 0 111100 11110000 111 100101

Color Harmonies of #595966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595966

Black with #595966

Text Example


Text Example

White with #595966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595966; }

 p { color: rgb(89,89,102); }

 H1.HeaderClassName
 {
   color: #595966;
 }
 .AnyTagClassName
 {
   color: #595966;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #595966;
 }
 .BgClassName
 {
   background-color: #595966;
 }
</style>

border-color css

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

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

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