#524066

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

Shades of Meteorite #524066

Tints of Meteorite #524066

Color information

#524066 (or 0x524066) is unknown color: approx Meteorite. HEX triplet: 52, 40 and 66. RGB value is (82,64,102). Sum of RGB (Red+Green+Blue) = 82+64+102=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 102 - color contains mainly: blue. Hex color #524066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524066 is #ADBF99. Grayscale: #494949. Windows color (decimal): -11386778 or 6701138. OLE color: 6701138.

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

Color convert

RGB8264102-
CMYK0.200.3700.6
HSL268.42º22.89%32.55%-
HSV(B)268.42º37.25%40%-
XYZ7.716.4213.4-
YUV73.71143.96133.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=33.06%
G=25.81%
B=41.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82641020.200.3700.6268.4222.8932.55
Hex524066142503C10c1721
Octal12210014624450744142741
Binary10100101000000110011010100100101011110010000110010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524066; }

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

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

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

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

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

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

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

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