#5449BB

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

Shades of Rich Blue #5449BB

Tints of Rich Blue #5449BB

Color information

#5449BB (or 0x5449BB) is unknown color: approx Rich Blue. HEX triplet: 54, 49 and BB. RGB value is (84,73,187). Sum of RGB (Red+Green+Blue) = 84+73+187=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #5449BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5449BB is #ABB644. Grayscale: #585858. Windows color (decimal): -11253317 or 12274004. OLE color: 12274004.

HSL color Cylindrical-coordinate representation of color #5449BB: hue angle of 245.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5449BB is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8473187-
CMYK0.550.6100.27
HSL245.79º45.6%50.98%-
HSV(B)245.79º60.96%73.33%-
XYZ15.0110.2448.2-
YUV89.28183.14124.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 187 (73.44% from 255) = 54.36%
R=24.42%
G=21.22%
B=54.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84731870.550.6100.27245.7945.650.98
Hex5449BB373D01Bf62e33
Octal12411127367750333665663
Binary101010010010011011101111011111110101101111110110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5449BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5449BB; }

 p { color: rgb(84,73,187); }

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

<style>
 a { background-color: #5449BB; }

 a { background-color: rgb(84,73,187); }

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

<style>
 span { border-color: #5449BB; }

 span { border-color: rgb(84,73,187); }

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