Html Css Color HEX #503D76 Meteorite

📋 copy color: '#503D76'

red 80 ◦ green 61 ◦ blue 118

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

Shades of Meteorite #503D76

Tints of Meteorite #503D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.56%

R = 30.89%
G = 23.55%
B = 45.56%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#503D76 (or 0x503D76) is known color: Meteorite. HEX triplet: 50, 3D and 76. RGB value is (80,61,118). Sum of RGB (Red+Green+Blue) = 80+61+118=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #503D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503D76 is #AFC289. Grayscale: #484848. Windows color (decimal): -11518602 or 7748944. OLE color: 7748944.

HSL color Cylindrical-coordinate representation of color #503D76: hue angle of 260º degrees, saturation: 0.32, 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 #503D76 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 61 118 -
CMYK 0.32 0.48 0 0.54
HSL 260º 0.32% 0.35% -
HSV(B) 260º 0.48% 0.46% -
XYZ 8.25 6.35 17.93 -
YUV 73.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 80 61 118 0.32 0.48 0 0.54 260 0.32 0.35
Hex 50 3D 76 20 30 0 36 104 20 23
Octal 120 75 166 40 60 0 66 404 40 43
Binary 1010000 111101 1110110 100000 110000 0 110110 100000100 100000 100011

Color Harmonies of #503D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D76

Black with #503D76

Text Example


Text Example

White with #503D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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