Html Css Color HEX #5B5570 Smoky

📋 copy color: '#5B5570'

red 91 ◦ green 85 ◦ blue 112

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

Shades of Smoky #5B5570

Tints of Smoky #5B5570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.89%

R = 31.6%
G = 29.51%
B = 38.89%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B5570 (or 0x5B5570) is known color: Smoky. HEX triplet: 5B, 55 and 70. RGB value is (91,85,112). Sum of RGB (Red+Green+Blue) = 91+85+112=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B5570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5570 is #A4AA8F. Grayscale: #595959. Windows color (decimal): -10791568 or 7361883. OLE color: 7361883.

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

Color convert

RGB 91 85 112 -
CMYK 0.19 0.24 0 0.56
HSL 253.33º 0.14% 0.39% -
HSV(B) 253.33º 0.24% 0.44% -
XYZ 10.49 9.89 16.69 -
YUV 89.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 91 85 112 0.19 0.24 0 0.56 253.33 0.14 0.39
Hex 5B 55 70 13 18 0 38 FD E 27
Octal 133 125 160 23 30 0 70 375 16 47
Binary 1011011 1010101 1110000 10011 11000 0 111000 11111101 1110 100111

Color Harmonies of #5B5570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5570

Black with #5B5570

Text Example


Text Example

White with #5B5570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,85,112); }

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

background-color css

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

 a { background-color: rgb(91,85,112); }

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

border-color css

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

 span { border-color: rgb(91,85,112); }

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