#53506A

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

Shades of Smoky #53506A

Tints of Smoky #53506A

Color information

#53506A (or 0x53506A) is unknown color: approx Smoky. HEX triplet: 53, 50 and 6A. RGB value is (83,80,106). Sum of RGB (Red+Green+Blue) = 83+80+106=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 106 - color contains mainly: blue. Hex color #53506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53506A is #ACAF95. Grayscale: #535353. Windows color (decimal): -11317142 or 6967379. OLE color: 6967379.

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

Color convert

RGB8380106-
CMYK0.220.2500.58
HSL246.92º13.98%36.47%-
HSV(B)246.92º24.53%41.57%-
XYZ9.048.6214.82-
YUV83.86140.49127.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.86%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=30.86%
G=29.74%
B=39.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83801060.220.2500.58246.9213.9836.47
Hex53506A161903Af7e24
Octal12312015226310723671644
Binary10100111010000110101010110110010111010111101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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