#504062

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

Shades of Meteorite #504062

Tints of Meteorite #504062

Color information

#504062 (or 0x504062) is unknown color: approx Meteorite. HEX triplet: 50, 40 and 62. RGB value is (80,64,98). Sum of RGB (Red+Green+Blue) = 80+64+98=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #504062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504062 is #AFBF9D. Grayscale: #484848. Windows color (decimal): -11517854 or 6438992. OLE color: 6438992.

HSL color Cylindrical-coordinate representation of color #504062: hue angle of 268.24º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #504062 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB806498-
CMYK0.180.3500.62
HSL268.24º20.99%31.76%-
HSV(B)268.24º34.69%38.43%-
XYZ7.356.2512.38-
YUV72.66142.3133.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=33.06%
G=26.45%
B=40.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8064980.180.3500.62268.2420.9931.76
Hex504062122303E10c1520
Octal12010014222430764142540
Binary10100001000000110001010010100011011111010000110010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504062; }

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

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

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

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

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

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

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

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