#524674

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

Shades of Meteorite #524674

Tints of Meteorite #524674

Color information

#524674 (or 0x524674) is unknown color: approx Meteorite. HEX triplet: 52, 46 and 74. RGB value is (82,70,116). Sum of RGB (Red+Green+Blue) = 82+70+116=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #524674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524674 is #ADB98B. Grayscale: #4E4E4E. Windows color (decimal): -11385228 or 7620178. OLE color: 7620178.

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

Color convert

RGB8270116-
CMYK0.290.4000.55
HSL255.65º24.73%36.47%-
HSV(B)255.65º39.66%45.49%-
XYZ8.827.4417.49-
YUV78.83148.98130.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 116 (45.70% from 255) = 43.28%
R=30.60%
G=26.12%
B=43.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82701160.290.4000.55255.6524.7336.47
Hex5246741D280371001924
Octal12210616435500674003144
Binary10100101000110111010011101101000011011110000000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524674; }

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

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

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

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

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

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

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

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