#5448A4

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

Shades of Rich Blue #5448A4

Tints of Rich Blue #5448A4

Color information

#5448A4 (or 0x5448A4) is unknown color: approx Rich Blue. HEX triplet: 54, 48 and A4. RGB value is (84,72,164). Sum of RGB (Red+Green+Blue) = 84+72+164=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 164 (64.45% from 255 or 51.25% from 320); Max value from RGB is 164 - color contains mainly: blue. Hex color #5448A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5448A4 is #ABB75B. Grayscale: #555555. Windows color (decimal): -11253596 or 10766420. OLE color: 10766420.

HSL color Cylindrical-coordinate representation of color #5448A4: hue angle of 247.83º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5448A4 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8472164-
CMYK0.490.5600.36
HSL247.83º38.98%46.27%-
HSV(B)247.83º56.1%64.31%-
XYZ12.679.236.23-
YUV86.08171.98126.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 72 (28.52% from 255) = 22.5%
BLUE value IS 164 (64.45% from 255) = 51.25%
R=26.25%
G=22.5%
B=51.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84721640.490.5600.36247.8338.9846.27
Hex5448A43138024f8272e
Octal12411024461700443704756
Binary1010100100100010100100110001111000010010011111000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5448A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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