Html Css Color HEX #503F61 Meteorite

📋 copy color: '#503F61'

red 80 ◦ green 63 ◦ blue 97

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

Shades of Meteorite #503F61

Tints of Meteorite #503F61

RGB

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

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

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

R = 33.33%
G = 26.25%
B = 40.42%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#503F61 (or 0x503F61) is known color: Meteorite. HEX triplet: 50, 3F and 61. RGB value is (80,63,97). Sum of RGB (Red+Green+Blue) = 80+63+97=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #503F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F61 is #AFC09E. Grayscale: #474747. Windows color (decimal): -11518111 or 6373200. OLE color: 6373200.

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

Color convert

RGB 80 63 97 -
CMYK 0.18 0.35 0 0.62
HSL 270º 0.21% 0.31% -
HSV(B) 270º 0.35% 0.38% -
XYZ 7.24 6.12 12.11 -
YUV 71.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 80 63 97 0.18 0.35 0 0.62 270 0.21 0.31
Hex 50 3F 61 12 23 0 3E 10E 15 1F
Octal 120 77 141 22 43 0 76 416 25 37
Binary 1010000 111111 1100001 10010 100011 0 111110 100001110 10101 11111

Color Harmonies of #503F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F61

Black with #503F61

Text Example


Text Example

White with #503F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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