#524473

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

Shades of Meteorite #524473

Tints of Meteorite #524473

Color information

#524473 (or 0x524473) is unknown color: approx Meteorite. HEX triplet: 52, 44 and 73. RGB value is (82,68,115). Sum of RGB (Red+Green+Blue) = 82+68+115=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #524473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524473 is #ADBB8C. Grayscale: #4D4D4D. Windows color (decimal): -11385741 or 7554130. OLE color: 7554130.

HSL color Cylindrical-coordinate representation of color #524473: hue angle of 257.87º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #524473 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8268115-
CMYK0.290.4100.55
HSL257.87º25.68%35.88%-
HSV(B)257.87º40.87%45.1%-
XYZ8.647.1717.15-
YUV77.54149.14131.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 115 (45.31% from 255) = 43.40%
R=30.94%
G=25.66%
B=43.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82681150.290.4100.55257.8725.6835.88
Hex5244731D290371021a24
Octal12210416335510674023244
Binary10100101000100111001111101101001011011110000001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524473; }

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

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

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

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

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

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

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

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