Html Css Color HEX #5B5672 Smoky

📋 copy color: '#5B5672'

red 91 ◦ green 86 ◦ blue 114

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

Shades of Smoky #5B5672

Tints of Smoky #5B5672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.18%

R = 31.27%
G = 29.55%
B = 39.18%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B5672 (or 0x5B5672) is known color: Smoky. HEX triplet: 5B, 56 and 72. RGB value is (91,86,114). Sum of RGB (Red+Green+Blue) = 91+86+114=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5672 is #A4A98D. Grayscale: #5A5A5A. Windows color (decimal): -10791310 or 7493211. OLE color: 7493211.

HSL color Cylindrical-coordinate representation of color #5B5672: hue angle of 250.71º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B5672 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 86 114 -
CMYK 0.20 0.25 0 0.55
HSL 250.71º 0.14% 0.39% -
HSV(B) 250.71º 0.25% 0.45% -
XYZ 10.68 10.09 17.31 -
YUV 90.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 91 86 114 0.20 0.25 0 0.55 250.71 0.14 0.39
Hex 5B 56 72 14 19 0 37 FB E 27
Octal 133 126 162 24 31 0 67 373 16 47
Binary 1011011 1010110 1110010 10100 11001 0 110111 11111011 1110 100111

Color Harmonies of #5B5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5672

Black with #5B5672

Text Example


Text Example

White with #5B5672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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