#504066

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

Shades of Meteorite #504066

Tints of Meteorite #504066

Color information

#504066 (or 0x504066) is unknown color: approx Meteorite. HEX triplet: 50, 40 and 66. RGB value is (80,64,102). Sum of RGB (Red+Green+Blue) = 80+64+102=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #504066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504066 is #AFBF99. Grayscale: #484848. Windows color (decimal): -11517850 or 6701136. OLE color: 6701136.

HSL color Cylindrical-coordinate representation of color #504066: hue angle of 265.26º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #504066 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8064102-
CMYK0.220.3700.6
HSL265.26º22.89%32.55%-
HSV(B)265.26º37.25%40%-
XYZ7.546.3313.4-
YUV73.12144.3132.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.52%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 102 (40.23% from 255) = 41.46%
R=32.52%
G=26.02%
B=41.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80641020.220.3700.6265.2622.8932.55
Hex504066162503C1091721
Octal12010014626450744112741
Binary10100001000000110011010110100101011110010000100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504066; }

 p { color: rgb(80,64,102); }

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

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

 a { background-color: rgb(80,64,102); }

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

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

 span { border-color: rgb(80,64,102); }

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