#5444B5

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

Shades of Rich Blue #5444B5

Tints of Rich Blue #5444B5

Color information

#5444B5 (or 0x5444B5) is unknown color: approx Rich Blue. HEX triplet: 54, 44 and B5. RGB value is (84,68,181). Sum of RGB (Red+Green+Blue) = 84+68+181=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 181 (71.09% from 255 or 54.35% from 333); Max value from RGB is 181 - color contains mainly: blue. Hex color #5444B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5444B5 is #ABBB4A. Grayscale: #555555. Windows color (decimal): -11254603 or 11879508. OLE color: 11879508.

HSL color Cylindrical-coordinate representation of color #5444B5: hue angle of 248.5º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5444B5 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8468181-
CMYK0.540.6200.29
HSL248.5º45.38%48.82%-
HSV(B)248.5º62.43%70.98%-
XYZ14.069.3644.78-
YUV85.67181.8126.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 68 (26.95% from 255) = 20.42%
BLUE value IS 181 (71.09% from 255) = 54.35%
R=25.23%
G=20.42%
B=54.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84681810.540.6200.29248.545.3848.82
Hex5444B5363E01Df82d31
Octal12410426566760353705561
Binary101010010001001011010111011011111001110111111000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5444B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5444B5; }

 p { color: rgb(84,68,181); }

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

<style>
 a { background-color: #5444B5; }

 a { background-color: rgb(84,68,181); }

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

<style>
 span { border-color: #5444B5; }

 span { border-color: rgb(84,68,181); }

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