Html Css Color HEX #5B556F Smoky

📋 copy color: '#5B556F'

red 91 ◦ green 85 ◦ blue 111

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

Shades of Smoky #5B556F

Tints of Smoky #5B556F

RGB

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

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

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

R = 31.71%
G = 29.62%
B = 38.68%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B556F (or 0x5B556F) is known color: Smoky. HEX triplet: 5B, 55 and 6F. RGB value is (91,85,111). Sum of RGB (Red+Green+Blue) = 91+85+111=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B556F is #A4AA90. Grayscale: #595959. Windows color (decimal): -10791569 or 7296347. OLE color: 7296347.

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

Color convert

RGB 91 85 111 -
CMYK 0.18 0.23 0 0.56
HSL 253.85º 0.13% 0.38% -
HSV(B) 253.85º 0.23% 0.44% -
XYZ 10.43 9.87 16.39 -
YUV 89.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 91 85 111 0.18 0.23 0 0.56 253.85 0.13 0.38
Hex 5B 55 6F 12 17 0 38 FE D 26
Octal 133 125 157 22 27 0 70 376 15 46
Binary 1011011 1010101 1101111 10010 10111 0 111000 11111110 1101 100110

Color Harmonies of #5B556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B556F

Black with #5B556F

Text Example


Text Example

White with #5B556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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