Html Css Color HEX #59556C Smoky

📋 copy color: '#59556C'

red 89 ◦ green 85 ◦ blue 108

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

Shades of Smoky #59556C

Tints of Smoky #59556C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 31.56%
G = 30.14%
B = 38.3%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#59556C (or 0x59556C) is known color: Smoky. HEX triplet: 59, 55 and 6C. RGB value is (89,85,108). Sum of RGB (Red+Green+Blue) = 89+85+108=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #59556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59556C is #A6AA93. Grayscale: #585858. Windows color (decimal): -10922644 or 7099737. OLE color: 7099737.

HSL color Cylindrical-coordinate representation of color #59556C: hue angle of 250.43º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #59556C is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 89 85 108 -
CMYK 0.18 0.21 0 0.58
HSL 250.43º 0.12% 0.38% -
HSV(B) 250.43º 0.21% 0.42% -
XYZ 10.08 9.7 15.53 -
YUV 88.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 89 85 108 0.18 0.21 0 0.58 250.43 0.12 0.38
Hex 59 55 6C 12 15 0 3A FA C 26
Octal 131 125 154 22 25 0 72 372 14 46
Binary 1011001 1010101 1101100 10010 10101 0 111010 11111010 1100 100110

Color Harmonies of #59556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59556C

Black with #59556C

Text Example


Text Example

White with #59556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59556C; }

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

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

background-color css

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

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

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

border-color css

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

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

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