#504370

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

Shades of Meteorite #504370

Tints of Meteorite #504370

Color information

#504370 (or 0x504370) is unknown color: approx Meteorite. HEX triplet: 50, 43 and 70. RGB value is (80,67,112). Sum of RGB (Red+Green+Blue) = 80+67+112=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #504370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504370 is #AFBC8F. Grayscale: #4B4B4B. Windows color (decimal): -11517072 or 7357264. OLE color: 7357264.

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

Color convert

RGB8067112-
CMYK0.290.4000.56
HSL257.33º25.14%35.1%-
HSV(B)257.33º40.18%43.92%-
XYZ8.246.8916.22-
YUV76.02148.31130.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 67 (26.56% from 255) = 25.87%
BLUE value IS 112 (44.14% from 255) = 43.24%
R=30.89%
G=25.87%
B=43.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80671120.290.4000.56257.3325.1435.1
Hex5043701D280381011923
Octal12010316035500704013143
Binary10100001000011111000011101101000011100010000000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504370; }

 p { color: rgb(80,67,112); }

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

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

 a { background-color: rgb(80,67,112); }

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

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

 span { border-color: rgb(80,67,112); }

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