#504399

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

Shades of Blue Gem #504399

Tints of Blue Gem #504399

Color information

#504399 (or 0x504399) is unknown color: approx Blue Gem. HEX triplet: 50, 43 and 99. RGB value is (80,67,153). Sum of RGB (Red+Green+Blue) = 80+67+153=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #504399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504399 is #AFBC66. Grayscale: #505050. Windows color (decimal): -11517031 or 10044240. OLE color: 10044240.

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

Color convert

RGB8067153-
CMYK0.480.5600.4
HSL249.07º39.09%43.14%-
HSV(B)249.07º56.21%60%-
XYZ11.078.0231.1-
YUV80.69168.81127.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 67 (26.56% from 255) = 22.33%
BLUE value IS 153 (60.16% from 255) = 51%
R=26.67%
G=22.33%
B=51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80671530.480.5600.4249.0739.0943.14
Hex5043993038028f9272b
Octal12010323160700503714753
Binary1010000100001110011001110000111000010100011111001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504399; }

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

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

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

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

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

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

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

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