#53526A

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

Shades of Smoky #53526A

Tints of Smoky #53526A

Color information

#53526A (or 0x53526A) is unknown color: approx Smoky. HEX triplet: 53, 52 and 6A. RGB value is (83,82,106). Sum of RGB (Red+Green+Blue) = 83+82+106=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 106 - color contains mainly: blue. Hex color #53526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53526A is #ACAD95. Grayscale: #545454. Windows color (decimal): -11316630 or 6967891. OLE color: 6967891.

HSL color Cylindrical-coordinate representation of color #53526A: hue angle of 242.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53526A is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8382106-
CMYK0.220.2300.58
HSL242.5º12.77%36.86%-
HSV(B)242.5º22.64%41.57%-
XYZ9.198.9114.87-
YUV85.04139.83126.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=30.63%
G=30.26%
B=39.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83821060.220.2300.58242.512.7736.86
Hex53526A161703Af2d25
Octal12312215226270723621545
Binary10100111010010110101010110101110111010111100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53526A; }

 p { color: rgb(83,82,106); }

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

<style>
 a { background-color: #53526A; }

 a { background-color: rgb(83,82,106); }

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

<style>
 span { border-color: #53526A; }

 span { border-color: rgb(83,82,106); }

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