Html Css Color HEX #503B74 Meteorite

📋 copy color: '#503B74'

red 80 ◦ green 59 ◦ blue 116

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

Shades of Meteorite #503B74

Tints of Meteorite #503B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.49%

R = 31.37%
G = 23.14%
B = 45.49%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#503B74 (or 0x503B74) is known color: Meteorite. HEX triplet: 50, 3B and 74. RGB value is (80,59,116). Sum of RGB (Red+Green+Blue) = 80+59+116=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #503B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503B74 is #AFC48B. Grayscale: #474747. Windows color (decimal): -11519116 or 7617360. OLE color: 7617360.

HSL color Cylindrical-coordinate representation of color #503B74: hue angle of 262.11º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #503B74 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 59 116 -
CMYK 0.31 0.49 0 0.55
HSL 262.11º 0.33% 0.34% -
HSV(B) 262.11º 0.49% 0.45% -
XYZ 8.02 6.09 17.28 -
YUV 71.78 152.96 133.87 -
System Red Green Blue C M Y K H S L
Decimal 80 59 116 0.31 0.49 0 0.55 262.11 0.33 0.34
Hex 50 3B 74 1F 31 0 37 106 21 22
Octal 120 73 164 37 61 0 67 406 41 42
Binary 1010000 111011 1110100 11111 110001 0 110111 100000110 100001 100010

Color Harmonies of #503B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503B74

Black with #503B74

Text Example


Text Example

White with #503B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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