#525068

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

Shades of Smoky #525068

Tints of Smoky #525068

Color information

#525068 (or 0x525068) is unknown color: approx Smoky. HEX triplet: 52, 50 and 68. RGB value is (82,80,104). Sum of RGB (Red+Green+Blue) = 82+80+104=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #525068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525068 is #ADAF97. Grayscale: #535353. Windows color (decimal): -11382680 or 6836306. OLE color: 6836306.

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

Color convert

RGB8280104-
CMYK0.210.2300.59
HSL245º13.04%36.08%-
HSV(B)245º23.08%40.78%-
XYZ8.858.5314.28-
YUV83.33139.66127.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.83%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=30.83%
G=30.08%
B=39.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82801040.210.2300.5924513.0436.08
Hex525068151703Bf5d24
Octal12212015025270733651544
Binary10100101010000110100010101101110111011111101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525068; }

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

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

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

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

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

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

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

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