Html Css Color HEX #5B5868 Smoky

📋 copy color: '#5B5868'

red 91 ◦ green 88 ◦ blue 104

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

Shades of Smoky #5B5868

Tints of Smoky #5B5868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.1%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 32.16%
G = 31.1%
B = 36.75%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5B5868 (or 0x5B5868) is known color: Smoky. HEX triplet: 5B, 58 and 68. RGB value is (91,88,104). Sum of RGB (Red+Green+Blue) = 91+88+104=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B5868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5868 is #A4A797. Grayscale: #5A5A5A. Windows color (decimal): -10790808 or 6838363. OLE color: 6838363.

HSL color Cylindrical-coordinate representation of color #5B5868: hue angle of 251.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5B5868 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 91 88 104 -
CMYK 0.12 0.15 0 0.59
HSL 251.25º 0.08% 0.38% -
HSV(B) 251.25º 0.15% 0.41% -
XYZ 10.3 10.2 14.52 -
YUV 90.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 91 88 104 0.12 0.15 0 0.59 251.25 0.08 0.38
Hex 5B 58 68 C F 0 3B FB 8 26
Octal 133 130 150 14 17 0 73 373 10 46
Binary 1011011 1011000 1101000 1100 1111 0 111011 11111011 1000 100110

Color Harmonies of #5B5868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5868

Black with #5B5868

Text Example


Text Example

White with #5B5868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,88,104); }

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

background-color css

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

 a { background-color: rgb(91,88,104); }

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

border-color css

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

 span { border-color: rgb(91,88,104); }

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