#503D75

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

Shades of Meteorite #503D75

Tints of Meteorite #503D75

Color information

#503D75 (or 0x503D75) is unknown color: approx Meteorite. HEX triplet: 50, 3D and 75. RGB value is (80,61,117). Sum of RGB (Red+Green+Blue) = 80+61+117=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #503D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503D75 is #AFC28A. Grayscale: #484848. Windows color (decimal): -11518603 or 7683408. OLE color: 7683408.

HSL color Cylindrical-coordinate representation of color #503D75: hue angle of 260.36º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #503D75 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8061117-
CMYK0.320.4800.54
HSL260.36º31.46%34.9%-
HSV(B)260.36º47.86%45.88%-
XYZ8.196.3317.62-
YUV73.06152.79132.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 61 (24.22% from 255) = 23.64%
BLUE value IS 117 (46.09% from 255) = 45.35%
R=31.01%
G=23.64%
B=45.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80611170.320.4800.54260.3631.4634.9
Hex503D7520300361041f23
Octal1207516540600664043743
Binary10100001111011110101100000110000011011010000010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,61,117); }

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

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

 a { background-color: rgb(80,61,117); }

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

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

 span { border-color: rgb(80,61,117); }

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