#52426F

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

Shades of Meteorite #52426F

Tints of Meteorite #52426F

Color information

#52426F (or 0x52426F) is unknown color: approx Meteorite. HEX triplet: 52, 42 and 6F. RGB value is (82,66,111). Sum of RGB (Red+Green+Blue) = 82+66+111=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #52426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52426F is #ADBD90. Grayscale: #4B4B4B. Windows color (decimal): -11386257 or 7291474. OLE color: 7291474.

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

Color convert

RGB8266111-
CMYK0.260.4100.56
HSL261.33º25.42%34.71%-
HSV(B)261.33º40.54%43.53%-
XYZ8.36.8415.92-
YUV75.91147.8132.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 111 (43.75% from 255) = 42.86%
R=31.66%
G=25.48%
B=42.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82661110.260.4100.56261.3325.4234.71
Hex52426F1A290381051923
Octal12210215732510704053143
Binary10100101000010110111111010101001011100010000010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52426F; }

 p { color: rgb(82,66,111); }

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

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

 a { background-color: rgb(82,66,111); }

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

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

 span { border-color: rgb(82,66,111); }

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