#544DA5

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

Shades of Rich Blue #544DA5

Tints of Rich Blue #544DA5

Color information

#544DA5 (or 0x544DA5) is unknown color: approx Rich Blue. HEX triplet: 54, 4D and A5. RGB value is (84,77,165). Sum of RGB (Red+Green+Blue) = 84+77+165=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 165 (64.84% from 255 or 50.61% from 326); Max value from RGB is 165 - color contains mainly: blue. Hex color #544DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544DA5 is #ABB25A. Grayscale: #585858. Windows color (decimal): -11252315 or 10833236. OLE color: 10833236.

HSL color Cylindrical-coordinate representation of color #544DA5: hue angle of 244.77º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #544DA5 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8477165-
CMYK0.490.5300.35
HSL244.77º36.36%47.45%-
HSV(B)244.77º53.33%64.71%-
XYZ13.19.9136.82-
YUV89.12170.82124.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 77 (30.47% from 255) = 23.62%
BLUE value IS 165 (64.84% from 255) = 50.61%
R=25.77%
G=23.62%
B=50.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal84771650.490.5300.35244.7736.3647.45
Hex544DA53135023f5242f
Octal12411524561650433654457
Binary1010100100110110100101110001110101010001111110101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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