#504899

Color #504899 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #504899

Tints of Blue Gem #504899

Color information

#504899 (or 0x504899) is unknown color: approx Blue Gem. HEX triplet: 50, 48 and 99. RGB value is (80,72,153). Sum of RGB (Red+Green+Blue) = 80+72+153=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #504899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504899 is #AFB766. Grayscale: #535353. Windows color (decimal): -11515751 or 10045520. OLE color: 10045520.

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

Color convert

RGB8072153-
CMYK0.480.5300.4
HSL245.93º36%44.12%-
HSV(B)245.93º52.94%60%-
XYZ11.388.6431.21-
YUV83.63167.15125.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 72 (28.52% from 255) = 23.61%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=26.23%
G=23.61%
B=50.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80721530.480.5300.4245.933644.12
Hex5048993035028f6242c
Octal12011023160650503664454
Binary1010000100100010011001110000110101010100011110110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504899; }

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

 H1.HeaderClassName
 {
   color: #504899;
 }
 .AnyTagClassName
 {
   color: #504899;
 }
</style>
background-color css

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

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

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

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

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

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