#504996

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

Shades of Blue Gem #504996

Tints of Blue Gem #504996

Color information

#504996 (or 0x504996) is unknown color: approx Blue Gem. HEX triplet: 50, 49 and 96. RGB value is (80,73,150). Sum of RGB (Red+Green+Blue) = 80+73+150=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #504996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504996 is #AFB669. Grayscale: #535353. Windows color (decimal): -11515498 or 9849168. OLE color: 9849168.

HSL color Cylindrical-coordinate representation of color #504996: hue angle of 245.45º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #504996 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8073150-
CMYK0.470.5100.41
HSL245.45º34.53%43.73%-
HSV(B)245.45º51.33%58.82%-
XYZ11.28.6729.94-
YUV83.87165.32125.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 150 (58.98% from 255) = 49.50%
R=26.40%
G=24.09%
B=49.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80731500.470.5100.41245.4534.5343.73
Hex5049962F33029f5232c
Octal12011122657630513654354
Binary1010000100100110010110101111110011010100111110101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504996; }

 p { color: rgb(80,73,150); }

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

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

 a { background-color: rgb(80,73,150); }

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

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

 span { border-color: rgb(80,73,150); }

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