#503A67

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

Shades of Meteorite #503A67

Tints of Meteorite #503A67

Color information

#503A67 (or 0x503A67) is unknown color: approx Meteorite. HEX triplet: 50, 3A and 67. RGB value is (80,58,103). Sum of RGB (Red+Green+Blue) = 80+58+103=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #503A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503A67 is #AFC598. Grayscale: #454545. Windows color (decimal): -11519385 or 6765136. OLE color: 6765136.

HSL color Cylindrical-coordinate representation of color #503A67: hue angle of 269.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #503A67 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8058103-
CMYK0.220.4400.60
HSL269.33º27.95%31.57%-
HSV(B)269.33º43.69%40.39%-
XYZ7.275.7113.55-
YUV69.71146.79135.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 103 (40.62% from 255) = 42.74%
R=33.20%
G=24.07%
B=42.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80581030.220.4400.60269.3327.9531.57
Hex503A67162C03C10d1c20
Octal1207214726540744153440
Binary1010000111010110011110110101100011110010000110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,58,103); }

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

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

 a { background-color: rgb(80,58,103); }

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

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

 span { border-color: rgb(80,58,103); }

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