#503F62

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

Shades of Meteorite #503F62

Tints of Meteorite #503F62

Color information

#503F62 (or 0x503F62) is unknown color: approx Meteorite. HEX triplet: 50, 3F and 62. RGB value is (80,63,98). Sum of RGB (Red+Green+Blue) = 80+63+98=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #503F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F62 is #AFC09D. Grayscale: #474747. Windows color (decimal): -11518110 or 6438736. OLE color: 6438736.

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

Color convert

RGB806398-
CMYK0.180.3600.62
HSL269.14º21.74%31.57%-
HSV(B)269.14º35.71%38.43%-
XYZ7.296.1412.36-
YUV72.07142.63133.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=33.20%
G=26.14%
B=40.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8063980.180.3600.62269.1421.7431.57
Hex503F62122403E10d1620
Octal1207714222440764152640
Binary1010000111111110001010010100100011111010000110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503F62; }

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

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

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

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

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

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

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

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