#544ABD

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

Shades of Rich Blue #544ABD

Tints of Rich Blue #544ABD

Color information

#544ABD (or 0x544ABD) is unknown color: approx Rich Blue. HEX triplet: 54, 4A and BD. RGB value is (84,74,189). Sum of RGB (Red+Green+Blue) = 84+74+189=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #544ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544ABD is #ABB542. Grayscale: #595959. Windows color (decimal): -11253059 or 12405332. OLE color: 12405332.

HSL color Cylindrical-coordinate representation of color #544ABD: hue angle of 245.22º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #544ABD is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8474189-
CMYK0.560.6100.26
HSL245.22º46.56%51.57%-
HSV(B)245.22º60.85%74.12%-
XYZ15.2910.4649.36-
YUV90.1183.81123.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 74 (29.30% from 255) = 21.33%
BLUE value IS 189 (74.22% from 255) = 54.47%
R=24.21%
G=21.33%
B=54.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84741890.560.6100.26245.2246.5651.57
Hex544ABD383D01Af52f34
Octal12411227570750323655764
Binary101010010010101011110111100011110101101011110101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,74,189); }

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

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

 a { background-color: rgb(84,74,189); }

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

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

 span { border-color: rgb(84,74,189); }

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