#5B526E

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

Shades of Smoky #5B526E

Tints of Smoky #5B526E

Color information

#5B526E (or 0x5B526E) is unknown color: approx Smoky. HEX triplet: 5B, 52 and 6E. RGB value is (91,82,110). Sum of RGB (Red+Green+Blue) = 91+82+110=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B526E is #A4AD91. Grayscale: #575757. Windows color (decimal): -10792338 or 7230043. OLE color: 7230043.

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

Color convert

RGB9182110-
CMYK0.170.2500.57
HSL259.29º14.58%37.65%-
HSV(B)259.29º25.45%43.14%-
XYZ10.159.3816.03-
YUV87.88140.48130.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.16%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=32.16%
G=28.98%
B=38.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91821100.170.2500.57259.2914.5837.65
Hex5B526E1119039103f26
Octal13312215621310714031746
Binary101101110100101101110100011100101110011000000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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