#524673

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

Shades of Meteorite #524673

Tints of Meteorite #524673

Color information

#524673 (or 0x524673) is unknown color: approx Meteorite. HEX triplet: 52, 46 and 73. RGB value is (82,70,115). Sum of RGB (Red+Green+Blue) = 82+70+115=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #524673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524673 is #ADB98C. Grayscale: #4E4E4E. Windows color (decimal): -11385229 or 7554642. OLE color: 7554642.

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

Color convert

RGB8270115-
CMYK0.290.3900.55
HSL256º24.32%36.27%-
HSV(B)256º39.13%45.1%-
XYZ8.767.4117.19-
YUV78.72148.48130.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 115 (45.31% from 255) = 43.07%
R=30.71%
G=26.22%
B=43.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82701150.290.3900.5525624.3236.27
Hex5246731D270371001824
Octal12210616335470674003044
Binary10100101000110111001111101100111011011110000000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524673; }

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

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

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

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

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

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

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

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