#52506A

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

Shades of Smoky #52506A

Tints of Smoky #52506A

Color information

#52506A (or 0x52506A) is unknown color: approx Smoky. HEX triplet: 52, 50 and 6A. RGB value is (82,80,106). Sum of RGB (Red+Green+Blue) = 82+80+106=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #52506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52506A is #ADAF95. Grayscale: #535353. Windows color (decimal): -11382678 or 6967378. OLE color: 6967378.

HSL color Cylindrical-coordinate representation of color #52506A: hue angle of 244.62º 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 #52506A is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8280106-
CMYK0.230.2500.58
HSL244.62º13.98%36.47%-
HSV(B)244.62º24.53%41.57%-
XYZ8.958.5714.82-
YUV83.56140.66126.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=30.60%
G=29.85%
B=39.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82801060.230.2500.58244.6213.9836.47
Hex52506A171903Af5e24
Octal12212015227310723651644
Binary10100101010000110101010111110010111010111101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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