#524376

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

Shades of Meteorite #524376

Tints of Meteorite #524376

Color information

#524376 (or 0x524376) is unknown color: approx Meteorite. HEX triplet: 52, 43 and 76. RGB value is (82,67,118). Sum of RGB (Red+Green+Blue) = 82+67+118=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #524376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524376 is #ADBC89. Grayscale: #4D4D4D. Windows color (decimal): -11385994 or 7750482. OLE color: 7750482.

HSL color Cylindrical-coordinate representation of color #524376: hue angle of 257.65º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #524376 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8267118-
CMYK0.310.4300.54
HSL257.65º27.57%36.27%-
HSV(B)257.65º43.22%46.27%-
XYZ8.767.1218.05-
YUV77.3150.97131.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=30.71%
G=25.09%
B=44.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82671180.310.4300.54257.6527.5736.27
Hex5243761F2B0361021c24
Octal12210316637530664023444
Binary10100101000011111011011111101011011011010000001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524376; }

 p { color: rgb(82,67,118); }

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

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

 a { background-color: rgb(82,67,118); }

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

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

 span { border-color: rgb(82,67,118); }

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