#52456E

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

Shades of Meteorite #52456E

Tints of Meteorite #52456E

Color information

#52456E (or 0x52456E) is unknown color: approx Meteorite. HEX triplet: 52, 45 and 6E. RGB value is (82,69,110). Sum of RGB (Red+Green+Blue) = 82+69+110=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #52456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52456E is #ADBA91. Grayscale: #4D4D4D. Windows color (decimal): -11385490 or 7226706. OLE color: 7226706.

HSL color Cylindrical-coordinate representation of color #52456E: hue angle of 259.02º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52456E is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8269110-
CMYK0.250.3700.57
HSL259.02º22.91%35.1%-
HSV(B)259.02º37.27%43.14%-
XYZ8.427.1815.69-
YUV77.56146.31131.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.42%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=31.42%
G=26.44%
B=42.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82691100.250.3700.57259.0222.9135.1
Hex52456E19250391031723
Octal12210515631450714032743
Binary10100101000101110111011001100101011100110000001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52456E; }

 p { color: rgb(82,69,110); }

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

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

 a { background-color: rgb(82,69,110); }

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

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

 span { border-color: rgb(82,69,110); }

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