Html Css Color HEX #503299 Blue Gem

📋 copy color: '#503299'

red 80 ◦ green 50 ◦ blue 153

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

Shades of Blue Gem #503299

Tints of Blue Gem #503299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.67%

 BLUE value IS 153 (60.16% from 255) = 54.06%

R = 28.27%
G = 17.67%
B = 54.06%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#503299 (or 0x503299) is known color: Blue Gem. HEX triplet: 50, 32 and 99. RGB value is (80,50,153). Sum of RGB (Red+Green+Blue) = 80+50+153=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #503299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503299 is #AFCD66. Grayscale: #464646. Windows color (decimal): -11521383 or 10039888. OLE color: 10039888.

HSL color Cylindrical-coordinate representation of color #503299: hue angle of 257.48º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #503299 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 50 153 -
CMYK 0.48 0.67 0 0.4
HSL 257.48º 0.51% 0.4% -
HSV(B) 257.48º 0.67% 0.6% -
XYZ 10.2 6.29 30.81 -
YUV 70.71 174.44 134.62 -
System Red Green Blue C M Y K H S L
Decimal 80 50 153 0.48 0.67 0 0.4 257.48 0.51 0.4
Hex 50 32 99 30 43 0 28 101 33 28
Octal 120 62 231 60 103 0 50 401 63 50
Binary 1010000 110010 10011001 110000 1000011 0 101000 100000001 110011 101000

Color Harmonies of #503299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503299

Black with #503299

Text Example


Text Example

White with #503299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503299; }

 p { color: rgb(80,50,153); }

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

background-color css

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

 a { background-color: rgb(80,50,153); }

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

border-color css

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

 span { border-color: rgb(80,50,153); }

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