#544DAF

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

Shades of Rich Blue #544DAF

Tints of Rich Blue #544DAF

Color information

#544DAF (or 0x544DAF) is unknown color: approx Rich Blue. HEX triplet: 54, 4D and AF. RGB value is (84,77,175). Sum of RGB (Red+Green+Blue) = 84+77+175=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #544DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544DAF is #ABB250. Grayscale: #595959. Windows color (decimal): -11252305 or 11488596. OLE color: 11488596.

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

Color convert

RGB8477175-
CMYK0.520.5600.31
HSL244.29º38.89%49.41%-
HSV(B)244.29º56%68.63%-
XYZ14.0510.2941.8-
YUV90.26175.82123.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 175 (68.75% from 255) = 52.08%
R=25%
G=22.92%
B=52.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84771750.520.5600.31244.2938.8949.41
Hex544DAF343801Ff42731
Octal12411525764700373644761
Binary101010010011011010111111010011100001111111110100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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