#524170

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

Shades of Meteorite #524170

Tints of Meteorite #524170

Color information

#524170 (or 0x524170) is unknown color: approx Meteorite. HEX triplet: 52, 41 and 70. RGB value is (82,65,112). Sum of RGB (Red+Green+Blue) = 82+65+112=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #524170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524170 is #ADBE8F. Grayscale: #4B4B4B. Windows color (decimal): -11386512 or 7356754. OLE color: 7356754.

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

Color convert

RGB8265112-
CMYK0.270.4200.56
HSL261.7º26.55%34.71%-
HSV(B)261.7º41.96%43.92%-
XYZ8.296.7416.19-
YUV75.44148.63132.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 112 (44.14% from 255) = 43.24%
R=31.66%
G=25.10%
B=43.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82651120.270.4200.56261.726.5534.71
Hex5241701B2A0381061b23
Octal12210116033520704063343
Binary10100101000001111000011011101010011100010000011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524170; }

 p { color: rgb(82,65,112); }

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

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

 a { background-color: rgb(82,65,112); }

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

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

 span { border-color: rgb(82,65,112); }

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