#524773

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

Shades of Meteorite #524773

Tints of Meteorite #524773

Color information

#524773 (or 0x524773) is unknown color: approx Meteorite. HEX triplet: 52, 47 and 73. RGB value is (82,71,115). Sum of RGB (Red+Green+Blue) = 82+71+115=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #524773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524773 is #ADB88C. Grayscale: #4F4F4F. Windows color (decimal): -11384973 or 7554898. OLE color: 7554898.

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

Color convert

RGB8271115-
CMYK0.290.3800.55
HSL255º23.66%36.47%-
HSV(B)255º38.26%45.1%-
XYZ8.837.5417.21-
YUV79.3148.14129.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 115 (45.31% from 255) = 42.91%
R=30.60%
G=26.49%
B=42.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82711150.290.3800.5525523.6636.47
Hex5247731D26037ff1824
Octal12210716335460673773044
Binary1010010100011111100111110110011001101111111111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524773; }

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

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

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

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

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

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

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

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