#5B5A61

Color #5B5A61 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #5B5A61

Tints of Smoky #5B5A61

Color information

#5B5A61 (or 0x5B5A61) is unknown color: approx Smoky. HEX triplet: 5B, 5A and 61. RGB value is (91,90,97). Sum of RGB (Red+Green+Blue) = 91+90+97=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B5A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5A61 is #A4A59E. Grayscale: #5B5B5B. Windows color (decimal): -10790303 or 6380123. OLE color: 6380123.

HSL color Cylindrical-coordinate representation of color #5B5A61: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5B5A61 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB919097-
CMYK0.060.0700.62
HSL248.57º3.74%36.67%-
HSV(B)248.57º7.22%38.04%-
XYZ10.1310.412.78-
YUV91.1131.33127.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.73%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=32.73%
G=32.37%
B=34.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9190970.060.0700.62248.573.7436.67
Hex5B5A616703Ef9425
Octal13313214167076371445
Binary101101110110101100001110111011111011111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,90,97); }

 H1.HeaderClassName
 {
   color: #5B5A61;
 }
 .AnyTagClassName
 {
   color: #5B5A61;
 }
</style>
background-color css

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

 a { background-color: rgb(91,90,97); }

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

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

 span { border-color: rgb(91,90,97); }

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