#524469

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

Shades of Meteorite #524469

Tints of Meteorite #524469

Color information

#524469 (or 0x524469) is unknown color: approx Meteorite. HEX triplet: 52, 44 and 69. RGB value is (82,68,105). Sum of RGB (Red+Green+Blue) = 82+68+105=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #524469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524469 is #ADBB96. Grayscale: #4C4C4C. Windows color (decimal): -11385751 or 6898770. OLE color: 6898770.

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

Color convert

RGB8268105-
CMYK0.220.3500.59
HSL262.7º21.39%33.92%-
HSV(B)262.7º35.24%41.18%-
XYZ8.16.9514.28-
YUV76.4144.14131.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 105 (41.41% from 255) = 41.18%
R=32.16%
G=26.67%
B=41.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82681050.220.3500.59262.721.3933.92
Hex524469162303B1071522
Octal12210415126430734072542
Binary10100101000100110100110110100011011101110000011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524469; }

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

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

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

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

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

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

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

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