#52506B

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

Shades of Smoky #52506B

Tints of Smoky #52506B

Color information

#52506B (or 0x52506B) is unknown color: approx Smoky. HEX triplet: 52, 50 and 6B. RGB value is (82,80,107). Sum of RGB (Red+Green+Blue) = 82+80+107=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: blue. Hex color #52506B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52506B is #ADAF94. Grayscale: #535353. Windows color (decimal): -11382677 or 7032914. OLE color: 7032914.

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

Color convert

RGB8280107-
CMYK0.230.2500.58
HSL244.44º14.44%36.67%-
HSV(B)244.44º25.23%41.96%-
XYZ98.5915.09-
YUV83.68141.16126.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 107 (42.19% from 255) = 39.78%
R=30.48%
G=29.74%
B=39.78%

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
Decimal82801070.230.2500.58244.4414.4436.67
Hex52506B171903Af4e25
Octal12212015327310723641645
Binary10100101010000110101110111110010111010111101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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