#5A526E

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

Shades of Smoky #5A526E

Tints of Smoky #5A526E

Color information

#5A526E (or 0x5A526E) is unknown color: approx Smoky. HEX triplet: 5A, 52 and 6E. RGB value is (90,82,110). Sum of RGB (Red+Green+Blue) = 90+82+110=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A526E is #A5AD91. Grayscale: #575757. Windows color (decimal): -10857874 or 7230042. OLE color: 7230042.

HSL color Cylindrical-coordinate representation of color #5A526E: hue angle of 257.14º 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 #5A526E is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9082110-
CMYK0.180.2500.57
HSL257.14º14.58%37.65%-
HSV(B)257.14º25.45%43.14%-
XYZ10.059.3316.02-
YUV87.58140.65129.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=31.91%
G=29.08%
B=39.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90821100.180.2500.57257.1414.5837.65
Hex5A526E1219039101f26
Octal13212215622310714011746
Binary101101010100101101110100101100101110011000000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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