#503C68

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

Shades of Meteorite #503C68

Tints of Meteorite #503C68

Color information

#503C68 (or 0x503C68) is unknown color: approx Meteorite. HEX triplet: 50, 3C and 68. RGB value is (80,60,104). Sum of RGB (Red+Green+Blue) = 80+60+104=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #503C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503C68 is #AFC397. Grayscale: #464646. Windows color (decimal): -11518872 or 6831184. OLE color: 6831184.

HSL color Cylindrical-coordinate representation of color #503C68: hue angle of 267.27º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #503C68 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8060104-
CMYK0.230.4200.59
HSL267.27º26.83%32.16%-
HSV(B)267.27º42.31%40.78%-
XYZ7.425.9413.85-
YUV71146.63134.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.79%
GREEN value IS 60 (23.83% from 255) = 24.59%
BLUE value IS 104 (41.02% from 255) = 42.62%
R=32.79%
G=24.59%
B=42.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80601040.230.4200.59267.2726.8332.16
Hex503C68172A03B10b1b20
Octal1207415027520734133340
Binary1010000111100110100010111101010011101110000101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,60,104); }

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

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

 a { background-color: rgb(80,60,104); }

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

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

 span { border-color: rgb(80,60,104); }

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