#524869

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

Shades of Meteorite #524869

Tints of Meteorite #524869

Color information

#524869 (or 0x524869) is unknown color: approx Meteorite. HEX triplet: 52, 48 and 69. RGB value is (82,72,105). Sum of RGB (Red+Green+Blue) = 82+72+105=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #524869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524869 is #ADB796. Grayscale: #4E4E4E. Windows color (decimal): -11384727 or 6899794. OLE color: 6899794.

HSL color Cylindrical-coordinate representation of color #524869: hue angle of 258.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #524869 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8272105-
CMYK0.220.3100.59
HSL258.18º18.64%34.71%-
HSV(B)258.18º31.43%41.18%-
XYZ8.357.4514.36-
YUV78.75142.81130.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=31.66%
G=27.80%
B=40.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82721050.220.3100.59258.1818.6434.71
Hex524869161F03B1021323
Octal12211015126370734022343
Binary1010010100100011010011011011111011101110000001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524869; }

 p { color: rgb(82,72,105); }

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

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

 a { background-color: rgb(82,72,105); }

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

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

 span { border-color: rgb(82,72,105); }

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