Html Css Color HEX #503E62 Meteorite

📋 copy color: '#503E62'

red 80 ◦ green 62 ◦ blue 98

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

Shades of Meteorite #503E62

Tints of Meteorite #503E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.83%

R = 33.33%
G = 25.83%
B = 40.83%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#503E62 (or 0x503E62) is known color: Meteorite. HEX triplet: 50, 3E and 62. RGB value is (80,62,98). Sum of RGB (Red+Green+Blue) = 80+62+98=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #503E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E62 is #AFC19D. Grayscale: #474747. Windows color (decimal): -11518366 or 6438480. OLE color: 6438480.

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

Color convert

RGB 80 62 98 -
CMYK 0.18 0.37 0 0.62
HSL 270º 0.23% 0.31% -
HSV(B) 270º 0.37% 0.38% -
XYZ 7.24 6.03 12.34 -
YUV 71.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 80 62 98 0.18 0.37 0 0.62 270 0.23 0.31
Hex 50 3E 62 12 25 0 3E 10E 16 1F
Octal 120 76 142 22 45 0 76 416 26 37
Binary 1010000 111110 1100010 10010 100101 0 111110 100001110 10110 11111

Color Harmonies of #503E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E62

Black with #503E62

Text Example


Text Example

White with #503E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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