#5441AC

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

Shades of Rich Blue #5441AC

Tints of Rich Blue #5441AC

Color information

#5441AC (or 0x5441AC) is unknown color: approx Rich Blue. HEX triplet: 54, 41 and AC. RGB value is (84,65,172). Sum of RGB (Red+Green+Blue) = 84+65+172=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #5441AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5441AC is #ABBE53. Grayscale: #525252. Windows color (decimal): -11255380 or 11288916. OLE color: 11288916.

HSL color Cylindrical-coordinate representation of color #5441AC: hue angle of 250.65º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5441AC is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8465172-
CMYK0.510.6200.33
HSL250.65º45.15%46.47%-
HSV(B)250.65º62.21%67.45%-
XYZ12.998.6440.01-
YUV82.88178.29128.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.17%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 172 (67.58% from 255) = 53.58%
R=26.17%
G=20.25%
B=53.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84651720.510.6200.33250.6545.1546.47
Hex5441AC333E021fb2d2e
Octal12410125463760413735556
Binary1010100100000110101100110011111110010000111111011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5441AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5441AC; }

 p { color: rgb(84,65,172); }

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

<style>
 a { background-color: #5441AC; }

 a { background-color: rgb(84,65,172); }

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

<style>
 span { border-color: #5441AC; }

 span { border-color: rgb(84,65,172); }

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