Html Css Color HEX #503F78 Meteorite

📋 copy color: '#503F78'

red 80 ◦ green 63 ◦ blue 120

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

Shades of Meteorite #503F78

Tints of Meteorite #503F78

RGB

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

 GREEN value IS 63 (25% from 255) = 23.95%

 BLUE value IS 120 (47.27% from 255) = 45.63%

R = 30.42%
G = 23.95%
B = 45.63%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#503F78 (or 0x503F78) is known color: Meteorite. HEX triplet: 50, 3F and 78. RGB value is (80,63,120). Sum of RGB (Red+Green+Blue) = 80+63+120=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #503F78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F78 is #AFC087. Grayscale: #4A4A4A. Windows color (decimal): -11518088 or 7880528. OLE color: 7880528.

HSL color Cylindrical-coordinate representation of color #503F78: hue angle of 257.89º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #503F78 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 63 120 -
CMYK 0.33 0.48 0 0.53
HSL 257.89º 0.31% 0.36% -
HSV(B) 257.89º 0.48% 0.47% -
XYZ 8.48 6.62 18.6 -
YUV 74.58 153.63 131.87 -
System Red Green Blue C M Y K H S L
Decimal 80 63 120 0.33 0.48 0 0.53 257.89 0.31 0.36
Hex 50 3F 78 21 30 0 35 102 1F 24
Octal 120 77 170 41 60 0 65 402 37 44
Binary 1010000 111111 1111000 100001 110000 0 110101 100000010 11111 100100

Color Harmonies of #503F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F78

Black with #503F78

Text Example


Text Example

White with #503F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,63,120); }

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

background-color css

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

 a { background-color: rgb(80,63,120); }

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

border-color css

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

 span { border-color: rgb(80,63,120); }

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