Html Css Color HEX #504299 Blue Gem

📋 copy color: '#504299'

red 80 ◦ green 66 ◦ blue 153

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

Shades of Blue Gem #504299

Tints of Blue Gem #504299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

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

R = 26.76%
G = 22.07%
B = 51.17%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#504299 (or 0x504299) is known color: Blue Gem. HEX triplet: 50, 42 and 99. RGB value is (80,66,153). Sum of RGB (Red+Green+Blue) = 80+66+153=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #504299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504299 is #AFBD66. Grayscale: #4F4F4F. Windows color (decimal): -11517287 or 10043984. OLE color: 10043984.

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

Color convert

RGB 80 66 153 -
CMYK 0.48 0.57 0 0.4
HSL 249.66º 0.4% 0.43% -
HSV(B) 249.66º 0.57% 0.6% -
XYZ 11.01 7.9 31.08 -
YUV 80.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 80 66 153 0.48 0.57 0 0.4 249.66 0.4 0.43
Hex 50 42 99 30 39 0 28 FA 28 2B
Octal 120 102 231 60 71 0 50 372 50 53
Binary 1010000 1000010 10011001 110000 111001 0 101000 11111010 101000 101011

Color Harmonies of #504299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504299

Black with #504299

Text Example


Text Example

White with #504299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504299; }

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

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

background-color css

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

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

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

border-color css

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

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

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