Html Css Color HEX #503B6A Meteorite

📋 copy color: '#503B6A'

red 80 ◦ green 59 ◦ blue 106

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

Shades of Meteorite #503B6A

Tints of Meteorite #503B6A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.08%

 BLUE value IS 106 (41.8% from 255) = 43.27%

R = 32.65%
G = 24.08%
B = 43.27%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#503B6A (or 0x503B6A) is known color: Meteorite. HEX triplet: 50, 3B and 6A. RGB value is (80,59,106). Sum of RGB (Red+Green+Blue) = 80+59+106=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #503B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503B6A is #AFC495. Grayscale: #464646. Windows color (decimal): -11519126 or 6962000. OLE color: 6962000.

HSL color Cylindrical-coordinate representation of color #503B6A: hue angle of 266.81º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #503B6A is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 59 106 -
CMYK 0.25 0.44 0 0.58
HSL 266.81º 0.28% 0.32% -
HSV(B) 266.81º 0.44% 0.42% -
XYZ 7.47 5.87 14.38 -
YUV 70.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 80 59 106 0.25 0.44 0 0.58 266.81 0.28 0.32
Hex 50 3B 6A 19 2C 0 3A 10B 1C 20
Octal 120 73 152 31 54 0 72 413 34 40
Binary 1010000 111011 1101010 11001 101100 0 111010 100001011 11100 100000

Color Harmonies of #503B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503B6A

Black with #503B6A

Text Example


Text Example

White with #503B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,59,106); }

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

background-color css

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

 a { background-color: rgb(80,59,106); }

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

border-color css

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

 span { border-color: rgb(80,59,106); }

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