Html Css Color HEX #503F62 Meteorite

📋 copy color: '#503F62'

red 80 ◦ green 63 ◦ blue 98

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

Shades of Meteorite #503F62

Tints of Meteorite #503F62

RGB

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

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

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

R = 33.2%
G = 26.14%
B = 40.66%

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

#503F62 (or 0x503F62) is known color: Meteorite. HEX triplet: 50, 3F and 62. RGB value is (80,63,98). Sum of RGB (Red+Green+Blue) = 80+63+98=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #503F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F62 is #AFC09D. Grayscale: #474747. Windows color (decimal): -11518110 or 6438736. OLE color: 6438736.

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

Color convert

RGB 80 63 98 -
CMYK 0.18 0.36 0 0.62
HSL 269.14º 0.22% 0.32% -
HSV(B) 269.14º 0.36% 0.38% -
XYZ 7.29 6.14 12.36 -
YUV 72.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 80 63 98 0.18 0.36 0 0.62 269.14 0.22 0.32
Hex 50 3F 62 12 24 0 3E 10D 16 20
Octal 120 77 142 22 44 0 76 415 26 40
Binary 1010000 111111 1100010 10010 100100 0 111110 100001101 10110 100000

Color Harmonies of #503F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F62

Black with #503F62

Text Example


Text Example

White with #503F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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