Html Css Color HEX #5B536E Smoky

📋 copy color: '#5B536E'

red 91 ◦ green 83 ◦ blue 110

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

Shades of Smoky #5B536E

Tints of Smoky #5B536E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.23%

 BLUE value IS 110 (43.36% from 255) = 38.73%

R = 32.04%
G = 29.23%
B = 38.73%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B536E (or 0x5B536E) is known color: Smoky. HEX triplet: 5B, 53 and 6E. RGB value is (91,83,110). Sum of RGB (Red+Green+Blue) = 91+83+110=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B536E is #A4AC91. Grayscale: #585858. Windows color (decimal): -10792082 or 7230299. OLE color: 7230299.

HSL color Cylindrical-coordinate representation of color #5B536E: hue angle of 257.78º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B536E is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 91 83 110 -
CMYK 0.17 0.25 0 0.57
HSL 257.78º 0.14% 0.38% -
HSV(B) 257.78º 0.25% 0.43% -
XYZ 10.22 9.54 16.05 -
YUV 88.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 91 83 110 0.17 0.25 0 0.57 257.78 0.14 0.38
Hex 5B 53 6E 11 19 0 39 102 E 26
Octal 133 123 156 21 31 0 71 402 16 46
Binary 1011011 1010011 1101110 10001 11001 0 111001 100000010 1110 100110

Color Harmonies of #5B536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B536E

Black with #5B536E

Text Example


Text Example

White with #5B536E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,83,110); }

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

background-color css

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

 a { background-color: rgb(91,83,110); }

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

border-color css

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

 span { border-color: rgb(91,83,110); }

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