#5448BE

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

Shades of Rich Blue #5448BE

Tints of Rich Blue #5448BE

Color information

#5448BE (or 0x5448BE) is unknown color: approx Rich Blue. HEX triplet: 54, 48 and BE. RGB value is (84,72,190). Sum of RGB (Red+Green+Blue) = 84+72+190=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #5448BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5448BE is #ABB741. Grayscale: #585858. Windows color (decimal): -11253570 or 12470356. OLE color: 12470356.

HSL color Cylindrical-coordinate representation of color #5448BE: hue angle of 246.1º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5448BE is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8472190-
CMYK0.560.6200.25
HSL246.1º47.58%51.37%-
HSV(B)246.1º62.11%74.51%-
XYZ15.2710.2449.89-
YUV89.04184.98124.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 72 (28.52% from 255) = 20.81%
BLUE value IS 190 (74.61% from 255) = 54.91%
R=24.28%
G=20.81%
B=54.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84721900.560.6200.25246.147.5851.37
Hex5448BE383E019f63033
Octal12411027670760313666063
Binary101010010010001011111011100011111001100111110110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5448BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5448BE; }

 p { color: rgb(84,72,190); }

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

<style>
 a { background-color: #5448BE; }

 a { background-color: rgb(84,72,190); }

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

<style>
 span { border-color: #5448BE; }

 span { border-color: rgb(84,72,190); }

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