Html Css Color HEX #503E61 Meteorite

📋 copy color: '#503E61'

red 80 ◦ green 62 ◦ blue 97

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

Shades of Meteorite #503E61

Tints of Meteorite #503E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.59%

R = 33.47%
G = 25.94%
B = 40.59%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#503E61 (or 0x503E61) is known color: Meteorite. HEX triplet: 50, 3E and 61. RGB value is (80,62,97). Sum of RGB (Red+Green+Blue) = 80+62+97=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #503E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E61 is #AFC19E. Grayscale: #474747. Windows color (decimal): -11518367 or 6372944. OLE color: 6372944.

HSL color Cylindrical-coordinate representation of color #503E61: hue angle of 270.86º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #503E61 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 62 97 -
CMYK 0.18 0.36 0 0.62
HSL 270.86º 0.22% 0.31% -
HSV(B) 270.86º 0.36% 0.38% -
XYZ 7.19 6.01 12.09 -
YUV 71.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 80 62 97 0.18 0.36 0 0.62 270.86 0.22 0.31
Hex 50 3E 61 12 24 0 3E 10F 16 1F
Octal 120 76 141 22 44 0 76 417 26 37
Binary 1010000 111110 1100001 10010 100100 0 111110 100001111 10110 11111

Color Harmonies of #503E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E61

Black with #503E61

Text Example


Text Example

White with #503E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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