#504995

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

Shades of Blue Gem #504995

Tints of Blue Gem #504995

Color information

#504995 (or 0x504995) is unknown color: approx Blue Gem. HEX triplet: 50, 49 and 95. RGB value is (80,73,149). Sum of RGB (Red+Green+Blue) = 80+73+149=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #504995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504995 is #AFB66A. Grayscale: #535353. Windows color (decimal): -11515499 or 9783632. OLE color: 9783632.

HSL color Cylindrical-coordinate representation of color #504995: hue angle of 245.53º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #504995 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8073149-
CMYK0.460.5100.42
HSL245.53º34.23%43.53%-
HSV(B)245.53º51.01%58.43%-
XYZ11.128.6429.52-
YUV83.76164.82125.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=26.49%
G=24.17%
B=49.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80731490.460.5100.42245.5334.2343.53
Hex5049952E3302Af6222c
Octal12011122556630523664254
Binary1010000100100110010101101110110011010101011110110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504995; }

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

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

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

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

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

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

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

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