Html Css Color HEX #5B556E Smoky

📋 copy color: '#5B556E'

red 91 ◦ green 85 ◦ blue 110

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

Shades of Smoky #5B556E

Tints of Smoky #5B556E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

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

R = 31.82%
G = 29.72%
B = 38.46%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B556E (or 0x5B556E) is known color: Smoky. HEX triplet: 5B, 55 and 6E. RGB value is (91,85,110). Sum of RGB (Red+Green+Blue) = 91+85+110=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B556E is #A4AA91. Grayscale: #595959. Windows color (decimal): -10791570 or 7230811. OLE color: 7230811.

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

Color convert

RGB 91 85 110 -
CMYK 0.17 0.23 0 0.57
HSL 254.4º 0.13% 0.38% -
HSV(B) 254.4º 0.23% 0.43% -
XYZ 10.38 9.85 16.11 -
YUV 89.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 91 85 110 0.17 0.23 0 0.57 254.4 0.13 0.38
Hex 5B 55 6E 11 17 0 39 FE D 26
Octal 133 125 156 21 27 0 71 376 15 46
Binary 1011011 1010101 1101110 10001 10111 0 111001 11111110 1101 100110

Color Harmonies of #5B556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B556E

Black with #5B556E

Text Example


Text Example

White with #5B556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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