#524569

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

Shades of Meteorite #524569

Tints of Meteorite #524569

Color information

#524569 (or 0x524569) is unknown color: approx Meteorite. HEX triplet: 52, 45 and 69. RGB value is (82,69,105). Sum of RGB (Red+Green+Blue) = 82+69+105=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #524569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524569 is #ADBA96. Grayscale: #4C4C4C. Windows color (decimal): -11385495 or 6899026. OLE color: 6899026.

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

Color convert

RGB8269105-
CMYK0.220.3400.59
HSL261.67º20.69%34.12%-
HSV(B)261.67º34.29%41.18%-
XYZ8.167.0714.3-
YUV76.99143.81131.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.03%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=32.03%
G=26.95%
B=41.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82691050.220.3400.59261.6720.6934.12
Hex524569162203B1061522
Octal12210515126420734062542
Binary10100101000101110100110110100010011101110000011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524569; }

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

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

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

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

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

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

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

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