Html Css Color HEX #503D63 Meteorite

📋 copy color: '#503D63'

red 80 ◦ green 61 ◦ blue 99

#503D63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #503D63

Tints of Meteorite #503D63

RGB

 RED value IS 80 (31.64% from 255) = 33.33%

 GREEN value IS 61 (24.22% from 255) = 25.42%

 BLUE value IS 99 (39.06% from 255) = 41.25%

R = 33.33%
G = 25.42%
B = 41.25%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#503D63 (or 0x503D63) is known color: Meteorite. HEX triplet: 50, 3D and 63. RGB value is (80,61,99). Sum of RGB (Red+Green+Blue) = 80+61+99=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #503D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503D63 is #AFC29C. Grayscale: #464646. Windows color (decimal): -11518621 or 6503760. OLE color: 6503760.

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

Color convert

RGB 80 61 99 -
CMYK 0.19 0.38 0 0.61
HSL 270º 0.24% 0.31% -
HSV(B) 270º 0.38% 0.39% -
XYZ 7.23 5.94 12.57 -
YUV 71.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 80 61 99 0.19 0.38 0 0.61 270 0.24 0.31
Hex 50 3D 63 13 26 0 3D 10E 18 1F
Octal 120 75 143 23 46 0 75 416 30 37
Binary 1010000 111101 1100011 10011 100110 0 111101 100001110 11000 11111

Color Harmonies of #503D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D63

Black with #503D63

Text Example


Text Example

White with #503D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #503D63;
 }
 .AnyTagClassName
 {
   color: #503D63;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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