#5038AB

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

Shades of Blue Gem #5038AB

Tints of Blue Gem #5038AB

Color information

#5038AB (or 0x5038AB) is unknown color: approx Blue Gem. HEX triplet: 50, 38 and AB. RGB value is (80,56,171). Sum of RGB (Red+Green+Blue) = 80+56+171=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #5038AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5038AB is #AFC754. Grayscale: #4B4B4B. Windows color (decimal): -11519829 or 11221072. OLE color: 11221072.

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

Color convert

RGB8056171-
CMYK0.530.6700.33
HSL252.52º50.66%44.51%-
HSV(B)252.52º67.25%67.06%-
XYZ12.077.4739.33-
YUV76.29181.45130.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=26.06%
G=18.24%
B=55.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80561710.530.6700.33252.5250.6644.51
Hex5038AB3543021fd332d
Octal12070253651030413756355
Binary1010000111000101010111101011000011010000111111101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5038AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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