#504574

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

Shades of Meteorite #504574

Tints of Meteorite #504574

Color information

#504574 (or 0x504574) is unknown color: approx Meteorite. HEX triplet: 50, 45 and 74. RGB value is (80,69,116). Sum of RGB (Red+Green+Blue) = 80+69+116=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #504574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504574 is #AFBA8B. Grayscale: #4D4D4D. Windows color (decimal): -11516556 or 7619920. OLE color: 7619920.

HSL color Cylindrical-coordinate representation of color #504574: hue angle of 254.04º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #504574 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8069116-
CMYK0.310.4100.55
HSL254.04º25.41%36.27%-
HSV(B)254.04º40.52%45.49%-
XYZ8.597.2217.46-
YUV77.65149.64129.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 116 (45.70% from 255) = 43.77%
R=30.19%
G=26.04%
B=43.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80691160.310.4100.55254.0425.4136.27
Hex5045741F29037fe1924
Octal12010516437510673763144
Binary1010000100010111101001111110100101101111111111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504574; }

 p { color: rgb(80,69,116); }

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

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

 a { background-color: rgb(80,69,116); }

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

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

 span { border-color: rgb(80,69,116); }

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