#544EAF

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

Shades of Rich Blue #544EAF

Tints of Rich Blue #544EAF

Color information

#544EAF (or 0x544EAF) is unknown color: approx Rich Blue. HEX triplet: 54, 4E and AF. RGB value is (84,78,175). Sum of RGB (Red+Green+Blue) = 84+78+175=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #544EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544EAF is #ABB150. Grayscale: #5A5A5A. Windows color (decimal): -11252049 or 11488852. OLE color: 11488852.

HSL color Cylindrical-coordinate representation of color #544EAF: hue angle of 243.71º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #544EAF is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8478175-
CMYK0.520.5500.31
HSL243.71º38.34%49.61%-
HSV(B)243.71º55.43%68.63%-
XYZ14.1210.4341.83-
YUV90.85175.49123.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 175 (68.75% from 255) = 51.93%
R=24.93%
G=23.15%
B=51.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84781750.520.5500.31243.7138.3449.61
Hex544EAF343701Ff42632
Octal12411625764670373644662
Binary101010010011101010111111010011011101111111110100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544EAF; }

 p { color: rgb(84,78,175); }

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

<style>
 a { background-color: #544EAF; }

 a { background-color: rgb(84,78,175); }

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

<style>
 span { border-color: #544EAF; }

 span { border-color: rgb(84,78,175); }

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