#5036AB

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

Shades of Blue Gem #5036AB

Tints of Blue Gem #5036AB

Color information

#5036AB (or 0x5036AB) is unknown color: approx Blue Gem. HEX triplet: 50, 36 and AB. RGB value is (80,54,171). Sum of RGB (Red+Green+Blue) = 80+54+171=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #5036AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5036AB is #AFC954. Grayscale: #4A4A4A. Windows color (decimal): -11520341 or 11220560. OLE color: 11220560.

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

Color convert

RGB8054171-
CMYK0.530.6800.33
HSL253.33º52%44.12%-
HSV(B)253.33º68.42%67.06%-
XYZ11.987.2839.3-
YUV75.11182.11131.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 54 (21.48% from 255) = 17.70%
BLUE value IS 171 (67.19% from 255) = 56.07%
R=26.23%
G=17.70%
B=56.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80541710.530.6800.33253.335244.12
Hex5036AB3544021fd342c
Octal12066253651040413756454
Binary1010000110110101010111101011000100010000111111101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5036AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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