#503F6F

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

Shades of Meteorite #503F6F

Tints of Meteorite #503F6F

Color information

#503F6F (or 0x503F6F) is unknown color: approx Meteorite. HEX triplet: 50, 3F and 6F. RGB value is (80,63,111). Sum of RGB (Red+Green+Blue) = 80+63+111=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 111 - color contains mainly: blue. Hex color #503F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F6F is #AFC090. Grayscale: #494949. Windows color (decimal): -11518097 or 7290704. OLE color: 7290704.

HSL color Cylindrical-coordinate representation of color #503F6F: hue angle of 261.25º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #503F6F is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8063111-
CMYK0.280.4300.56
HSL261.25º27.59%34.12%-
HSV(B)261.25º43.24%43.53%-
XYZ7.966.4115.86-
YUV73.55149.13132.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 63 (25% from 255) = 24.80%
BLUE value IS 111 (43.75% from 255) = 43.70%
R=31.50%
G=24.80%
B=43.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80631110.280.4300.56261.2527.5934.12
Hex503F6F1C2B0381051c22
Octal1207715734530704053442
Binary1010000111111110111111100101011011100010000010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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