#503F61

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

Shades of Meteorite #503F61

Tints of Meteorite #503F61

Color information

#503F61 (or 0x503F61) is unknown color: approx Meteorite. HEX triplet: 50, 3F and 61. RGB value is (80,63,97). Sum of RGB (Red+Green+Blue) = 80+63+97=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #503F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F61 is #AFC09E. Grayscale: #474747. Windows color (decimal): -11518111 or 6373200. OLE color: 6373200.

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

Color convert

RGB806397-
CMYK0.180.3500.62
HSL270º21.25%31.37%-
HSV(B)270º35.05%38.04%-
XYZ7.246.1212.11-
YUV71.96142.13133.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 97 (38.28% from 255) = 40.42%
R=33.33%
G=26.25%
B=40.42%

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
Decimal8063970.180.3500.6227021.2531.37
Hex503F61122303E10e151f
Octal1207714122430764162537
Binary101000011111111000011001010001101111101000011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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