#504376

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

Shades of Meteorite #504376

Tints of Meteorite #504376

Color information

#504376 (or 0x504376) is unknown color: approx Meteorite. HEX triplet: 50, 43 and 76. RGB value is (80,67,118). Sum of RGB (Red+Green+Blue) = 80+67+118=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #504376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504376 is #AFBC89. Grayscale: #4C4C4C. Windows color (decimal): -11517066 or 7750480. OLE color: 7750480.

HSL color Cylindrical-coordinate representation of color #504376: hue angle of 255.29º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #504376 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8067118-
CMYK0.320.4300.54
HSL255.29º27.57%36.27%-
HSV(B)255.29º43.22%46.27%-
XYZ8.597.0318.04-
YUV76.7151.31130.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=30.19%
G=25.28%
B=44.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80671180.320.4300.54255.2927.5736.27
Hex504376202B036ff1c24
Octal12010316640530663773444
Binary10100001000011111011010000010101101101101111111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504376; }

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

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

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

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

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

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

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

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