Html Css Color HEX #5B566E Smoky

📋 copy color: '#5B566E'

red 91 ◦ green 86 ◦ blue 110

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

Shades of Smoky #5B566E

Tints of Smoky #5B566E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.97%

 BLUE value IS 110 (43.36% from 255) = 38.33%

R = 31.71%
G = 29.97%
B = 38.33%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B566E (or 0x5B566E) is known color: Smoky. HEX triplet: 5B, 56 and 6E. RGB value is (91,86,110). Sum of RGB (Red+Green+Blue) = 91+86+110=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B566E is #A4A991. Grayscale: #5A5A5A. Windows color (decimal): -10791314 or 7231067. OLE color: 7231067.

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

Color convert

RGB 91 86 110 -
CMYK 0.17 0.22 0 0.57
HSL 252.5º 0.12% 0.38% -
HSV(B) 252.5º 0.22% 0.43% -
XYZ 10.46 10.01 16.13 -
YUV 90.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 91 86 110 0.17 0.22 0 0.57 252.5 0.12 0.38
Hex 5B 56 6E 11 16 0 39 FD C 26
Octal 133 126 156 21 26 0 71 375 14 46
Binary 1011011 1010110 1101110 10001 10110 0 111001 11111101 1100 100110

Color Harmonies of #5B566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B566E

Black with #5B566E

Text Example


Text Example

White with #5B566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,86,110); }

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

background-color css

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

 a { background-color: rgb(91,86,110); }

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

border-color css

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

 span { border-color: rgb(91,86,110); }

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