Html Css Color HEX #503E75 Meteorite

📋 copy color: '#503E75'

red 80 ◦ green 62 ◦ blue 117

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

Shades of Meteorite #503E75

Tints of Meteorite #503E75

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.94%

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

R = 30.89%
G = 23.94%
B = 45.17%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#503E75 (or 0x503E75) is known color: Meteorite. HEX triplet: 50, 3E and 75. RGB value is (80,62,117). Sum of RGB (Red+Green+Blue) = 80+62+117=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #503E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E75 is #AFC18A. Grayscale: #494949. Windows color (decimal): -11518347 or 7683664. OLE color: 7683664.

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

Color convert

RGB 80 62 117 -
CMYK 0.32 0.47 0 0.54
HSL 259.64º 0.31% 0.35% -
HSV(B) 259.64º 0.47% 0.46% -
XYZ 8.24 6.44 17.64 -
YUV 73.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 80 62 117 0.32 0.47 0 0.54 259.64 0.31 0.35
Hex 50 3E 75 20 2F 0 36 104 1F 23
Octal 120 76 165 40 57 0 66 404 37 43
Binary 1010000 111110 1110101 100000 101111 0 110110 100000100 11111 100011

Color Harmonies of #503E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E75

Black with #503E75

Text Example


Text Example

White with #503E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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