#5031a1

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

Shades of Blue Gem #5031A1

Tints of Blue Gem #5031A1

Color information

#5031A1 (or 0x5031A1) is unknown color: approx Blue Gem. HEX triplet: 50, 31 and A1. RGB value is (80,49,161). Sum of RGB (Red+Green+Blue) = 80+49+161=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 161 (63.28% from 255 or 55.52% from 290); Max value from RGB is 161 - color contains mainly: blue. Hex color #5031A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5031A1 is #AFCE5E. Grayscale: #464646. Windows color (decimal): -11521631 or 10563920. OLE color: 10563920.

HSL color Cylindrical-coordinate representation of color #5031A1: hue angle of 256.61º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5031A1 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8049161-
CMYK0.500.7000.37
HSL256.61º53.33%41.18%-
HSV(B)256.61º69.57%63.14%-
XYZ10.846.4834.4-
YUV71.04178.77134.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 49 (19.53% from 255) = 16.90%
BLUE value IS 161 (63.28% from 255) = 55.52%
R=27.59%
G=16.90%
B=55.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal80491610.500.7000.37256.6153.3341.18
Hex5031A132460251013529
Octal12061241621060454016551
Binary10100001100011010000111001010001100100101100000001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5031a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5031a1; }

 p { color: rgb(80,49,161); }

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

<style>
 a { background-color: #5031a1; }

 a { background-color: rgb(80,49,161); }

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

<style>
 span { border-color: #5031a1; }

 span { border-color: rgb(80,49,161); }

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