Html Css Color HEX #5B5471 Smoky

📋 copy color: '#5B5471'

red 91 ◦ green 84 ◦ blue 113

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

Shades of Smoky #5B5471

Tints of Smoky #5B5471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.17%

 BLUE value IS 113 (44.53% from 255) = 39.24%

R = 31.6%
G = 29.17%
B = 39.24%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B5471 (or 0x5B5471) is known color: Smoky. HEX triplet: 5B, 54 and 71. RGB value is (91,84,113). Sum of RGB (Red+Green+Blue) = 91+84+113=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B5471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5471 is #A4AB8E. Grayscale: #595959. Windows color (decimal): -10791823 or 7427163. OLE color: 7427163.

HSL color Cylindrical-coordinate representation of color #5B5471: hue angle of 254.48º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B5471 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 84 113 -
CMYK 0.19 0.26 0 0.56
HSL 254.48º 0.15% 0.39% -
HSV(B) 254.48º 0.26% 0.44% -
XYZ 10.47 9.76 16.95 -
YUV 89.4 141.32 129.14 -
System Red Green Blue C M Y K H S L
Decimal 91 84 113 0.19 0.26 0 0.56 254.48 0.15 0.39
Hex 5B 54 71 13 1A 0 38 FE F 27
Octal 133 124 161 23 32 0 70 376 17 47
Binary 1011011 1010100 1110001 10011 11010 0 111000 11111110 1111 100111

Color Harmonies of #5B5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5471

Black with #5B5471

Text Example


Text Example

White with #5B5471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,84,113); }

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

background-color css

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

 a { background-color: rgb(91,84,113); }

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

border-color css

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

 span { border-color: rgb(91,84,113); }

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