#52416C

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

Shades of Meteorite #52416C

Tints of Meteorite #52416C

Color information

#52416C (or 0x52416C) is unknown color: approx Meteorite. HEX triplet: 52, 41 and 6C. RGB value is (82,65,108). Sum of RGB (Red+Green+Blue) = 82+65+108=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #52416C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52416C is #ADBE93. Grayscale: #4A4A4A. Windows color (decimal): -11386516 or 7094610. OLE color: 7094610.

HSL color Cylindrical-coordinate representation of color #52416C: hue angle of 263.72º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52416C is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8265108-
CMYK0.240.4000.58
HSL263.72º24.86%33.92%-
HSV(B)263.72º39.81%42.35%-
XYZ8.086.6615.05-
YUV74.98146.63133-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=32.16%
G=25.49%
B=42.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82651080.240.4000.58263.7224.8633.92
Hex52416C182803A1081922
Octal12210115430500724103142
Binary10100101000001110110011000101000011101010000100011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52416C; }

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

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

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

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

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

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

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

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