Html Css Color HEX #595865 Smoky

📋 copy color: '#595865'

red 89 ◦ green 88 ◦ blue 101

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

Shades of Smoky #595865

Tints of Smoky #595865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.65%

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

R = 32.01%
G = 31.65%
B = 36.33%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#595865 (or 0x595865) is known color: Smoky. HEX triplet: 59, 58 and 65. RGB value is (89,88,101). Sum of RGB (Red+Green+Blue) = 89+88+101=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 101 - color contains mainly: blue. Hex color #595865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595865 is #A6A79A. Grayscale: #595959. Windows color (decimal): -10921883 or 6641753. OLE color: 6641753.

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

Color convert

RGB 89 88 101 -
CMYK 0.12 0.13 0 0.60
HSL 244.62º 0.07% 0.37% -
HSV(B) 244.62º 0.13% 0.4% -
XYZ 9.96 10.04 13.73 -
YUV 89.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 89 88 101 0.12 0.13 0 0.60 244.62 0.07 0.37
Hex 59 58 65 C D 0 3C F5 7 25
Octal 131 130 145 14 15 0 74 365 7 45
Binary 1011001 1011000 1100101 1100 1101 0 111100 11110101 111 100101

Color Harmonies of #595865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595865

Black with #595865

Text Example


Text Example

White with #595865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595865; }

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

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

background-color css

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

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

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

border-color css

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

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

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