Html Css Color HEX #5B576C Smoky

📋 copy color: '#5B576C'

red 91 ◦ green 87 ◦ blue 108

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

Shades of Smoky #5B576C

Tints of Smoky #5B576C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 31.82%
G = 30.42%
B = 37.76%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5B576C (or 0x5B576C) is known color: Smoky. HEX triplet: 5B, 57 and 6C. RGB value is (91,87,108). Sum of RGB (Red+Green+Blue) = 91+87+108=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #5B576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B576C is #A4A893. Grayscale: #5A5A5A. Windows color (decimal): -10791060 or 7100251. OLE color: 7100251.

HSL color Cylindrical-coordinate representation of color #5B576C: hue angle of 251.43º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B576C is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 91 87 108 -
CMYK 0.16 0.19 0 0.58
HSL 251.43º 0.11% 0.38% -
HSV(B) 251.43º 0.19% 0.42% -
XYZ 10.43 10.12 15.59 -
YUV 90.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 91 87 108 0.16 0.19 0 0.58 251.43 0.11 0.38
Hex 5B 57 6C 10 13 0 3A FB B 26
Octal 133 127 154 20 23 0 72 373 13 46
Binary 1011011 1010111 1101100 10000 10011 0 111010 11111011 1011 100110

Color Harmonies of #5B576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B576C

Black with #5B576C

Text Example


Text Example

White with #5B576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,87,108); }

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

background-color css

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

 a { background-color: rgb(91,87,108); }

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

border-color css

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

 span { border-color: rgb(91,87,108); }

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