#504272

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

Shades of Meteorite #504272

Tints of Meteorite #504272

Color information

#504272 (or 0x504272) is unknown color: approx Meteorite. HEX triplet: 50, 42 and 72. RGB value is (80,66,114). Sum of RGB (Red+Green+Blue) = 80+66+114=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #504272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504272 is #AFBD8D. Grayscale: #4B4B4B. Windows color (decimal): -11517326 or 7488080. OLE color: 7488080.

HSL color Cylindrical-coordinate representation of color #504272: hue angle of 257.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #504272 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8066114-
CMYK0.300.4200.55
HSL257.5º26.67%35.29%-
HSV(B)257.5º42.11%44.71%-
XYZ8.296.8216.8-
YUV75.66149.64131.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.77%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=30.77%
G=25.38%
B=43.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80661140.300.4200.55257.526.6735.29
Hex5042721E2A0371021b23
Octal12010216236520674023343
Binary10100001000010111001011110101010011011110000001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504272; }

 p { color: rgb(80,66,114); }

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

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

 a { background-color: rgb(80,66,114); }

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

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

 span { border-color: rgb(80,66,114); }

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