Html Css Color HEX #595565 Smoky

📋 copy color: '#595565'

red 89 ◦ green 85 ◦ blue 101

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

Shades of Smoky #595565

Tints of Smoky #595565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.91%

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

R = 32.36%
G = 30.91%
B = 36.73%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#595565 (or 0x595565) is known color: Smoky. HEX triplet: 59, 55 and 65. RGB value is (89,85,101). Sum of RGB (Red+Green+Blue) = 89+85+101=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 101 - color contains mainly: blue. Hex color #595565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595565 is #A6AA9A. Grayscale: #575757. Windows color (decimal): -10922651 or 6640985. OLE color: 6640985.

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

Color convert

RGB 89 85 101 -
CMYK 0.12 0.16 0 0.60
HSL 255º 0.09% 0.36% -
HSV(B) 255º 0.16% 0.4% -
XYZ 9.72 9.56 13.65 -
YUV 88.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 89 85 101 0.12 0.16 0 0.60 255 0.09 0.36
Hex 59 55 65 C 10 0 3C FF 9 24
Octal 131 125 145 14 20 0 74 377 11 44
Binary 1011001 1010101 1100101 1100 10000 0 111100 11111111 1001 100100

Color Harmonies of #595565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595565

Black with #595565

Text Example


Text Example

White with #595565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595565; }

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

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

background-color css

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

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

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

border-color css

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

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

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