#5447AB

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

Shades of Rich Blue #5447AB

Tints of Rich Blue #5447AB

Color information

#5447AB (or 0x5447AB) is unknown color: approx Rich Blue. HEX triplet: 54, 47 and AB. RGB value is (84,71,171). Sum of RGB (Red+Green+Blue) = 84+71+171=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #5447AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5447AB is #ABB854. Grayscale: #555555. Windows color (decimal): -11253845 or 11224916. OLE color: 11224916.

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

Color convert

RGB8471171-
CMYK0.510.5800.33
HSL247.8º41.32%47.45%-
HSV(B)247.8º58.48%67.06%-
XYZ13.269.3339.63-
YUV86.29175.81126.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 171 (67.19% from 255) = 52.45%
R=25.77%
G=21.78%
B=52.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84711710.510.5800.33247.841.3247.45
Hex5447AB333A021f8292f
Octal12410725363720413705157
Binary1010100100011110101011110011111010010000111111000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5447AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,71,171); }

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

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

 a { background-color: rgb(84,71,171); }

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

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

 span { border-color: rgb(84,71,171); }

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