#525069

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

Shades of Smoky #525069

Tints of Smoky #525069

Color information

#525069 (or 0x525069) is unknown color: approx Smoky. HEX triplet: 52, 50 and 69. RGB value is (82,80,105). Sum of RGB (Red+Green+Blue) = 82+80+105=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 105 - color contains mainly: blue. Hex color #525069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525069 is #ADAF96. Grayscale: #535353. Windows color (decimal): -11382679 or 6901842. OLE color: 6901842.

HSL color Cylindrical-coordinate representation of color #525069: hue angle of 244.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #525069 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8280105-
CMYK0.220.2400.59
HSL244.8º13.51%36.27%-
HSV(B)244.8º23.81%41.18%-
XYZ8.98.5514.55-
YUV83.45140.16126.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 105 (41.41% from 255) = 39.33%
R=30.71%
G=29.96%
B=39.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82801050.220.2400.59244.813.5136.27
Hex525069161803Bf5e24
Octal12212015126300733651644
Binary10100101010000110100110110110000111011111101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525069; }

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

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

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

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

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

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

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

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