#5144AB

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

Shades of Rich Blue #5144AB

Tints of Rich Blue #5144AB

Color information

#5144AB (or 0x5144AB) is unknown color: approx Rich Blue. HEX triplet: 51, 44 and AB. RGB value is (81,68,171). Sum of RGB (Red+Green+Blue) = 81+68+171=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #5144AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5144AB is #AEBB54. Grayscale: #535353. Windows color (decimal): -11451221 or 11224145. OLE color: 11224145.

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

Color convert

RGB8168171-
CMYK0.530.6000.33
HSL247.57º43.1%46.86%-
HSV(B)247.57º60.23%67.06%-
XYZ12.818.8239.56-
YUV83.63177.31126.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 171 (67.19% from 255) = 53.44%
R=25.31%
G=21.25%
B=53.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81681710.530.6000.33247.5743.146.86
Hex5144AB353C021f82b2f
Octal12110425365740413705357
Binary1010001100010010101011110101111100010000111111000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5144AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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