#525066

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

Shades of Smoky #525066

Tints of Smoky #525066

Color information

#525066 (or 0x525066) is unknown color: approx Smoky. HEX triplet: 52, 50 and 66. RGB value is (82,80,102). Sum of RGB (Red+Green+Blue) = 82+80+102=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 102 - color contains mainly: blue. Hex color #525066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525066 is #ADAF99. Grayscale: #535353. Windows color (decimal): -11382682 or 6705234. OLE color: 6705234.

HSL color Cylindrical-coordinate representation of color #525066: hue angle of 245.45º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #525066 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8280102-
CMYK0.200.2200.6
HSL245.45º12.09%35.69%-
HSV(B)245.45º21.57%40%-
XYZ8.758.4913.75-
YUV83.11138.66127.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 102 (40.23% from 255) = 38.64%
R=31.06%
G=30.30%
B=38.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82801020.200.2200.6245.4512.0935.69
Hex525066141603Cf5c24
Octal12212014624260743651444
Binary10100101010000110011010100101100111100111101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525066; }

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

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

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

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

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

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

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

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