Html Css Color HEX #5B536D Smoky

📋 copy color: '#5B536D'

red 91 ◦ green 83 ◦ blue 109

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

Shades of Smoky #5B536D

Tints of Smoky #5B536D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.52%

R = 32.16%
G = 29.33%
B = 38.52%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B536D (or 0x5B536D) is known color: Smoky. HEX triplet: 5B, 53 and 6D. RGB value is (91,83,109). Sum of RGB (Red+Green+Blue) = 91+83+109=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B536D is #A4AC92. Grayscale: #585858. Windows color (decimal): -10792083 or 7164763. OLE color: 7164763.

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

Color convert

RGB 91 83 109 -
CMYK 0.17 0.24 0 0.57
HSL 258.46º 0.14% 0.38% -
HSV(B) 258.46º 0.24% 0.43% -
XYZ 10.17 9.51 15.77 -
YUV 88.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 91 83 109 0.17 0.24 0 0.57 258.46 0.14 0.38
Hex 5B 53 6D 11 18 0 39 102 E 26
Octal 133 123 155 21 30 0 71 402 16 46
Binary 1011011 1010011 1101101 10001 11000 0 111001 100000010 1110 100110

Color Harmonies of #5B536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B536D

Black with #5B536D

Text Example


Text Example

White with #5B536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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