Html Css Color HEX #503C6F Meteorite

📋 copy color: '#503C6F'

red 80 ◦ green 60 ◦ blue 111

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

Shades of Meteorite #503C6F

Tints of Meteorite #503C6F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.9%

 BLUE value IS 111 (43.75% from 255) = 44.22%

R = 31.87%
G = 23.9%
B = 44.22%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#503C6F (or 0x503C6F) is known color: Meteorite. HEX triplet: 50, 3C and 6F. RGB value is (80,60,111). Sum of RGB (Red+Green+Blue) = 80+60+111=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 111 - color contains mainly: blue. Hex color #503C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503C6F is #AFC390. Grayscale: #474747. Windows color (decimal): -11518865 or 7289936. OLE color: 7289936.

HSL color Cylindrical-coordinate representation of color #503C6F: hue angle of 263.53º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #503C6F is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 60 111 -
CMYK 0.28 0.46 0 0.56
HSL 263.53º 0.3% 0.34% -
HSV(B) 263.53º 0.46% 0.44% -
XYZ 7.79 6.08 15.8 -
YUV 71.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 80 60 111 0.28 0.46 0 0.56 263.53 0.3 0.34
Hex 50 3C 6F 1C 2E 0 38 108 1E 22
Octal 120 74 157 34 56 0 70 410 36 42
Binary 1010000 111100 1101111 11100 101110 0 111000 100001000 11110 100010

Color Harmonies of #503C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C6F

Black with #503C6F

Text Example


Text Example

White with #503C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,60,111); }

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

background-color css

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

 a { background-color: rgb(80,60,111); }

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

border-color css

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

 span { border-color: rgb(80,60,111); }

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