Html Css Color HEX #5B536F Smoky

📋 copy color: '#5B536F'

red 91 ◦ green 83 ◦ blue 111

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

Shades of Smoky #5B536F

Tints of Smoky #5B536F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 31.93%
G = 29.12%
B = 38.95%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B536F (or 0x5B536F) is known color: Smoky. HEX triplet: 5B, 53 and 6F. RGB value is (91,83,111). Sum of RGB (Red+Green+Blue) = 91+83+111=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B536F is #A4AC90. Grayscale: #585858. Windows color (decimal): -10792081 or 7295835. OLE color: 7295835.

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

Color convert

RGB 91 83 111 -
CMYK 0.18 0.25 0 0.56
HSL 257.14º 0.14% 0.38% -
HSV(B) 257.14º 0.25% 0.44% -
XYZ 10.28 9.56 16.34 -
YUV 88.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 91 83 111 0.18 0.25 0 0.56 257.14 0.14 0.38
Hex 5B 53 6F 12 19 0 38 101 E 26
Octal 133 123 157 22 31 0 70 401 16 46
Binary 1011011 1010011 1101111 10010 11001 0 111000 100000001 1110 100110

Color Harmonies of #5B536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B536F

Black with #5B536F

Text Example


Text Example

White with #5B536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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