#5036AD

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

Shades of Blue Gem #5036AD

Tints of Blue Gem #5036AD

Color information

#5036AD (or 0x5036AD) is unknown color: approx Blue Gem. HEX triplet: 50, 36 and AD. RGB value is (80,54,173). Sum of RGB (Red+Green+Blue) = 80+54+173=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #5036AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5036AD is #AFC952. Grayscale: #4A4A4A. Windows color (decimal): -11520339 or 11351632. OLE color: 11351632.

HSL color Cylindrical-coordinate representation of color #5036AD: hue angle of 253.11º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5036AD is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8054173-
CMYK0.540.6900.32
HSL253.11º52.42%44.51%-
HSV(B)253.11º68.79%67.84%-
XYZ12.177.3640.31-
YUV75.34183.11131.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 173 (67.97% from 255) = 56.35%
R=26.06%
G=17.59%
B=56.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80541730.540.6900.32253.1152.4244.51
Hex5036AD3645020fd342d
Octal12066255661050403756455
Binary1010000110110101011011101101000101010000011111101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5036AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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