#544DA7

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

Shades of Rich Blue #544DA7

Tints of Rich Blue #544DA7

Color information

#544DA7 (or 0x544DA7) is unknown color: approx Rich Blue. HEX triplet: 54, 4D and A7. RGB value is (84,77,167). Sum of RGB (Red+Green+Blue) = 84+77+167=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 167 (65.62% from 255 or 50.91% from 328); Max value from RGB is 167 - color contains mainly: blue. Hex color #544DA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544DA7 is #ABB258. Grayscale: #595959. Windows color (decimal): -11252313 or 10964308. OLE color: 10964308.

HSL color Cylindrical-coordinate representation of color #544DA7: hue angle of 244.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #544DA7 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8477167-
CMYK0.500.5400.35
HSL244.67º36.89%47.84%-
HSV(B)244.67º53.89%65.49%-
XYZ13.299.9837.79-
YUV89.35171.82124.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 77 (30.47% from 255) = 23.48%
BLUE value IS 167 (65.62% from 255) = 50.91%
R=25.61%
G=23.48%
B=50.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal84771670.500.5400.35244.6736.8947.84
Hex544DA73236023f52530
Octal12411524762660433654560
Binary1010100100110110100111110010110110010001111110101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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