#5144A3

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

Shades of Blue Gem #5144A3

Tints of Blue Gem #5144A3

Color information

#5144A3 (or 0x5144A3) is unknown color: approx Blue Gem. HEX triplet: 51, 44 and A3. RGB value is (81,68,163). Sum of RGB (Red+Green+Blue) = 81+68+163=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 163 (64.06% from 255 or 52.24% from 312); Max value from RGB is 163 - color contains mainly: blue. Hex color #5144A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5144A3 is #AEBB5C. Grayscale: #525252. Windows color (decimal): -11451229 or 10699857. OLE color: 10699857.

HSL color Cylindrical-coordinate representation of color #5144A3: hue angle of 248.21º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5144A3 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8168163-
CMYK0.500.5800.36
HSL248.21º41.13%45.29%-
HSV(B)248.21º58.28%63.92%-
XYZ12.078.5335.66-
YUV82.72173.31126.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 163 (64.06% from 255) = 52.24%
R=25.96%
G=21.79%
B=52.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81681630.500.5800.36248.2141.1345.29
Hex5144A3323A024f8292d
Octal12110424362720443705155
Binary1010001100010010100011110010111010010010011111000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5144A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5144A3; }

 p { color: rgb(81,68,163); }

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

<style>
 a { background-color: #5144A3; }

 a { background-color: rgb(81,68,163); }

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

<style>
 span { border-color: #5144A3; }

 span { border-color: rgb(81,68,163); }

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