Html Css Color HEX #503B76 Meteorite

📋 copy color: '#503B76'

red 80 ◦ green 59 ◦ blue 118

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

Shades of Meteorite #503B76

Tints of Meteorite #503B76

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.96%

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

R = 31.13%
G = 22.96%
B = 45.91%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#503B76 (or 0x503B76) is known color: Meteorite. HEX triplet: 50, 3B and 76. RGB value is (80,59,118). Sum of RGB (Red+Green+Blue) = 80+59+118=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #503B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503B76 is #AFC489. Grayscale: #474747. Windows color (decimal): -11519114 or 7748432. OLE color: 7748432.

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

Color convert

RGB 80 59 118 -
CMYK 0.32 0.50 0 0.54
HSL 261.36º 0.33% 0.35% -
HSV(B) 261.36º 0.5% 0.46% -
XYZ 8.14 6.14 17.9 -
YUV 72.01 153.96 133.7 -
System Red Green Blue C M Y K H S L
Decimal 80 59 118 0.32 0.50 0 0.54 261.36 0.33 0.35
Hex 50 3B 76 20 32 0 36 105 21 23
Octal 120 73 166 40 62 0 66 405 41 43
Binary 1010000 111011 1110110 100000 110010 0 110110 100000101 100001 100011

Color Harmonies of #503B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503B76

Black with #503B76

Text Example


Text Example

White with #503B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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