Html Css Color HEX #5B5575 Smoky

📋 copy color: '#5B5575'

red 91 ◦ green 85 ◦ blue 117

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

Shades of Smoky #5B5575

Tints of Smoky #5B5575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.93%

R = 31.06%
G = 29.01%
B = 39.93%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5B5575 (or 0x5B5575) is known color: Smoky. HEX triplet: 5B, 55 and 75. RGB value is (91,85,117). Sum of RGB (Red+Green+Blue) = 91+85+117=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #5B5575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5575 is #A4AA8A. Grayscale: #5A5A5A. Windows color (decimal): -10791563 or 7689563. OLE color: 7689563.

HSL color Cylindrical-coordinate representation of color #5B5575: hue angle of 251.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B5575 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 85 117 -
CMYK 0.22 0.27 0 0.54
HSL 251.25º 0.16% 0.4% -
HSV(B) 251.25º 0.27% 0.46% -
XYZ 10.77 10.01 18.19 -
YUV 90.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 91 85 117 0.22 0.27 0 0.54 251.25 0.16 0.4
Hex 5B 55 75 16 1B 0 36 FB 10 28
Octal 133 125 165 26 33 0 66 373 20 50
Binary 1011011 1010101 1110101 10110 11011 0 110110 11111011 10000 101000

Color Harmonies of #5B5575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5575

Black with #5B5575

Text Example


Text Example

White with #5B5575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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