#524371

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

Shades of Meteorite #524371

Tints of Meteorite #524371

Color information

#524371 (or 0x524371) is unknown color: approx Meteorite. HEX triplet: 52, 43 and 71. RGB value is (82,67,113). Sum of RGB (Red+Green+Blue) = 82+67+113=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #524371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524371 is #ADBC8E. Grayscale: #4C4C4C. Windows color (decimal): -11385999 or 7422802. OLE color: 7422802.

HSL color Cylindrical-coordinate representation of color #524371: hue angle of 259.57º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #524371 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8267113-
CMYK0.270.4100.56
HSL259.57º25.56%35.29%-
HSV(B)259.57º40.71%44.31%-
XYZ8.47716.53-
YUV76.73148.47131.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=31.30%
G=25.57%
B=43.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82671130.270.4100.56259.5725.5635.29
Hex5243711B290381041a23
Octal12210316133510704043243
Binary10100101000011111000111011101001011100010000010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524371; }

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

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

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

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

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

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

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

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