#5039AA

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

Shades of Blue Gem #5039AA

Tints of Blue Gem #5039AA

Color information

#5039AA (or 0x5039AA) is unknown color: approx Blue Gem. HEX triplet: 50, 39 and AA. RGB value is (80,57,170). Sum of RGB (Red+Green+Blue) = 80+57+170=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #5039AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5039AA is #AFC655. Grayscale: #4C4C4C. Windows color (decimal): -11519574 or 11155792. OLE color: 11155792.

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

Color convert

RGB8057170-
CMYK0.530.6600.33
HSL252.21º49.78%44.51%-
HSV(B)252.21º66.47%66.67%-
XYZ12.037.5338.85-
YUV76.76180.62130.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=26.06%
G=18.57%
B=55.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80571700.530.6600.33252.2149.7844.51
Hex5039AA3542021fc322d
Octal12071252651020413746255
Binary1010000111001101010101101011000010010000111111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5039AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5039AA; }

 p { color: rgb(80,57,170); }

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

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

 a { background-color: rgb(80,57,170); }

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

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

 span { border-color: rgb(80,57,170); }

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