Html Css Color HEX #595965 Comet

📋 copy color: '#595965'

red 89 ◦ green 89 ◦ blue 101

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

Shades of Comet #595965

Tints of Comet #595965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 31.9%
G = 31.9%
B = 36.2%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#595965 (or 0x595965) is known color: Comet. HEX triplet: 59, 59 and 65. RGB value is (89,89,101). Sum of RGB (Red+Green+Blue) = 89+89+101=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 101 - color contains mainly: blue. Hex color #595965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595965 is #A6A69A. Grayscale: #5A5A5A. Windows color (decimal): -10921627 or 6642009. OLE color: 6642009.

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

Color convert

RGB 89 89 101 -
CMYK 0.12 0.12 0 0.60
HSL 240º 0.06% 0.37% -
HSV(B) 240º 0.12% 0.4% -
XYZ 10.04 10.21 13.75 -
YUV 90.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 89 89 101 0.12 0.12 0 0.60 240 0.06 0.37
Hex 59 59 65 C C 0 3C F0 6 25
Octal 131 131 145 14 14 0 74 360 6 45
Binary 1011001 1011001 1100101 1100 1100 0 111100 11110000 110 100101

Color Harmonies of #595965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595965

Black with #595965

Text Example


Text Example

White with #595965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595965; }

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

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

background-color css

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

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

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

border-color css

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

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

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