#524A70

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

Shades of Meteorite #524A70

Tints of Meteorite #524A70

Color information

#524A70 (or 0x524A70) is unknown color: approx Meteorite. HEX triplet: 52, 4A and 70. RGB value is (82,74,112). Sum of RGB (Red+Green+Blue) = 82+74+112=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #524A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524A70 is #ADB58F. Grayscale: #505050. Windows color (decimal): -11384208 or 7359058. OLE color: 7359058.

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

Color convert

RGB8274112-
CMYK0.270.3400.56
HSL252.63º20.43%36.47%-
HSV(B)252.63º33.93%43.92%-
XYZ8.857.8616.38-
YUV80.72145.65128.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=30.60%
G=27.61%
B=41.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82741120.270.3400.56252.6320.4336.47
Hex524A701B22038fd1424
Octal12211216033420703752444
Binary1010010100101011100001101110001001110001111110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524A70; }

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

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

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

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

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

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

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

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