#524276

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

Shades of Meteorite #524276

Tints of Meteorite #524276

Color information

#524276 (or 0x524276) is unknown color: approx Meteorite. HEX triplet: 52, 42 and 76. RGB value is (82,66,118). Sum of RGB (Red+Green+Blue) = 82+66+118=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #524276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524276 is #ADBD89. Grayscale: #4C4C4C. Windows color (decimal): -11386250 or 7750226. OLE color: 7750226.

HSL color Cylindrical-coordinate representation of color #524276: hue angle of 258.46º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #524276 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8266118-
CMYK0.310.4400.54
HSL258.46º28.26%36.08%-
HSV(B)258.46º44.07%46.27%-
XYZ8.7718.03-
YUV76.71151.3131.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.83%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 118 (46.48% from 255) = 44.36%
R=30.83%
G=24.81%
B=44.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82661180.310.4400.54258.4628.2636.08
Hex5242761F2C0361021c24
Octal12210216637540664023444
Binary10100101000010111011011111101100011011010000001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524276; }

 p { color: rgb(82,66,118); }

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

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

 a { background-color: rgb(82,66,118); }

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

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

 span { border-color: rgb(82,66,118); }

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