Html Css Color HEX #595A65 Comet

📋 copy color: '#595A65'

red 89 ◦ green 90 ◦ blue 101

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

Shades of Comet #595A65

Tints of Comet #595A65

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.14%

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

R = 31.79%
G = 32.14%
B = 36.07%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#595A65 (or 0x595A65) is known color: Comet. HEX triplet: 59, 5A and 65. RGB value is (89,90,101). Sum of RGB (Red+Green+Blue) = 89+90+101=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 101 - color contains mainly: blue. Hex color #595A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A65 is #A6A59A. Grayscale: #5A5A5A. Windows color (decimal): -10921371 or 6642265. OLE color: 6642265.

HSL color Cylindrical-coordinate representation of color #595A65: hue angle of 235º 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 #595A65 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 90 101 -
CMYK 0.12 0.11 0 0.60
HSL 235º 0.06% 0.37% -
HSV(B) 235º 0.12% 0.4% -
XYZ 10.12 10.38 13.78 -
YUV 90.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 89 90 101 0.12 0.11 0 0.60 235 0.06 0.37
Hex 59 5A 65 C B 0 3C EB 6 25
Octal 131 132 145 14 13 0 74 353 6 45
Binary 1011001 1011010 1100101 1100 1011 0 111100 11101011 110 100101

Color Harmonies of #595A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A65

Black with #595A65

Text Example


Text Example

White with #595A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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