Html Css Color HEX #5B5673 Smoky

📋 copy color: '#5B5673'

red 91 ◦ green 86 ◦ blue 115

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

Shades of Smoky #5B5673

Tints of Smoky #5B5673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.38%

R = 31.16%
G = 29.45%
B = 39.38%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B5673 (or 0x5B5673) is known color: Smoky. HEX triplet: 5B, 56 and 73. RGB value is (91,86,115). Sum of RGB (Red+Green+Blue) = 91+86+115=292 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.16% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B5673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5673 is #A4A98C. Grayscale: #5A5A5A. Windows color (decimal): -10791309 or 7558747. OLE color: 7558747.

HSL color Cylindrical-coordinate representation of color #5B5673: hue angle of 250.34º 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 #5B5673 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 86 115 -
CMYK 0.21 0.25 0 0.55
HSL 250.34º 0.14% 0.39% -
HSV(B) 250.34º 0.25% 0.45% -
XYZ 10.74 10.12 17.61 -
YUV 90.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 91 86 115 0.21 0.25 0 0.55 250.34 0.14 0.39
Hex 5B 56 73 15 19 0 37 FA E 27
Octal 133 126 163 25 31 0 67 372 16 47
Binary 1011011 1010110 1110011 10101 11001 0 110111 11111010 1110 100111

Color Harmonies of #5B5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5673

Black with #5B5673

Text Example


Text Example

White with #5B5673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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