Html Css Color HEX #503F75 Meteorite

📋 copy color: '#503F75'

red 80 ◦ green 63 ◦ blue 117

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

Shades of Meteorite #503F75

Tints of Meteorite #503F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45%

R = 30.77%
G = 24.23%
B = 45%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#503F75 (or 0x503F75) is known color: Meteorite. HEX triplet: 50, 3F and 75. RGB value is (80,63,117). Sum of RGB (Red+Green+Blue) = 80+63+117=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #503F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F75 is #AFC08A. Grayscale: #4A4A4A. Windows color (decimal): -11518091 or 7683920. OLE color: 7683920.

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

Color convert

RGB 80 63 117 -
CMYK 0.32 0.46 0 0.54
HSL 258.89º 0.3% 0.35% -
HSV(B) 258.89º 0.46% 0.46% -
XYZ 8.3 6.54 17.66 -
YUV 74.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 80 63 117 0.32 0.46 0 0.54 258.89 0.3 0.35
Hex 50 3F 75 20 2E 0 36 103 1E 23
Octal 120 77 165 40 56 0 66 403 36 43
Binary 1010000 111111 1110101 100000 101110 0 110110 100000011 11110 100011

Color Harmonies of #503F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F75

Black with #503F75

Text Example


Text Example

White with #503F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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