#52436c

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

Shades of Meteorite #52436C

Tints of Meteorite #52436C

Color information

#52436C (or 0x52436C) is unknown color: approx Meteorite. HEX triplet: 52, 43 and 6C. RGB value is (82,67,108). Sum of RGB (Red+Green+Blue) = 82+67+108=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #52436C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52436C is #ADBC93. Grayscale: #4C4C4C. Windows color (decimal): -11386004 or 7095122. OLE color: 7095122.

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

Color convert

RGB8267108-
CMYK0.240.3800.58
HSL261.95º23.43%34.31%-
HSV(B)261.95º37.96%42.35%-
XYZ8.196.8915.09-
YUV76.16145.97132.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 67 (26.56% from 255) = 26.07%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=31.91%
G=26.07%
B=42.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82671080.240.3800.58261.9523.4334.31
Hex52436C182603A1061722
Octal12210315430460724062742
Binary10100101000011110110011000100110011101010000011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52436c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52436c; }

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

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

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

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

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

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

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

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