#5036A9

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

Shades of Blue Gem #5036A9

Tints of Blue Gem #5036A9

Color information

#5036A9 (or 0x5036A9) is unknown color: approx Blue Gem. HEX triplet: 50, 36 and A9. RGB value is (80,54,169). Sum of RGB (Red+Green+Blue) = 80+54+169=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 169 (66.41% from 255 or 55.78% from 303); Max value from RGB is 169 - color contains mainly: blue. Hex color #5036A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5036A9 is #AFC956. Grayscale: #4A4A4A. Windows color (decimal): -11520343 or 11089488. OLE color: 11089488.

HSL color Cylindrical-coordinate representation of color #5036A9: hue angle of 253.57º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5036A9 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8054169-
CMYK0.530.6800.34
HSL253.57º51.57%43.73%-
HSV(B)253.57º68.05%66.27%-
XYZ11.797.2138.31-
YUV74.88181.11131.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 54 (21.48% from 255) = 17.82%
BLUE value IS 169 (66.41% from 255) = 55.78%
R=26.40%
G=17.82%
B=55.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80541690.530.6800.34253.5751.5743.73
Hex5036A93544022fe342c
Octal12066251651040423766454
Binary1010000110110101010011101011000100010001011111110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5036A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5036A9; }

 p { color: rgb(80,54,169); }

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

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

 a { background-color: rgb(80,54,169); }

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

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

 span { border-color: rgb(80,54,169); }

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