Html Css Color HEX #5B586D Smoky

📋 copy color: '#5B586D'

red 91 ◦ green 88 ◦ blue 109

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

Shades of Smoky #5B586D

Tints of Smoky #5B586D

RGB

 RED value IS 91 (35.94% from 255) = 31.6%

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

 BLUE value IS 109 (42.97% from 255) = 37.85%

R = 31.6%
G = 30.56%
B = 37.85%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B586D (or 0x5B586D) is known color: Smoky. HEX triplet: 5B, 58 and 6D. RGB value is (91,88,109). Sum of RGB (Red+Green+Blue) = 91+88+109=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B586D is #A4A792. Grayscale: #5B5B5B. Windows color (decimal): -10790803 or 7166043. OLE color: 7166043.

HSL color Cylindrical-coordinate representation of color #5B586D: hue angle of 248.57º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B586D is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 91 88 109 -
CMYK 0.17 0.19 0 0.57
HSL 248.57º 0.11% 0.39% -
HSV(B) 248.57º 0.19% 0.43% -
XYZ 10.56 10.31 15.9 -
YUV 91.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 91 88 109 0.17 0.19 0 0.57 248.57 0.11 0.39
Hex 5B 58 6D 11 13 0 39 F9 B 27
Octal 133 130 155 21 23 0 71 371 13 47
Binary 1011011 1011000 1101101 10001 10011 0 111001 11111001 1011 100111

Color Harmonies of #5B586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B586D

Black with #5B586D

Text Example


Text Example

White with #5B586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B586D; }

 p { color: rgb(91,88,109); }

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

background-color css

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

 a { background-color: rgb(91,88,109); }

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

border-color css

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

 span { border-color: rgb(91,88,109); }

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