#544BAB

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

Shades of Rich Blue #544BAB

Tints of Rich Blue #544BAB

Color information

#544BAB (or 0x544BAB) is unknown color: approx Rich Blue. HEX triplet: 54, 4B and AB. RGB value is (84,75,171). Sum of RGB (Red+Green+Blue) = 84+75+171=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #544BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544BAB is #ABB454. Grayscale: #585858. Windows color (decimal): -11252821 or 11225940. OLE color: 11225940.

HSL color Cylindrical-coordinate representation of color #544BAB: hue angle of 245.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #544BAB is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8475171-
CMYK0.510.5600.33
HSL245.62º39.02%48.24%-
HSV(B)245.62º56.14%67.06%-
XYZ13.529.8639.72-
YUV88.64174.48124.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 75 (29.69% from 255) = 22.73%
BLUE value IS 171 (67.19% from 255) = 51.82%
R=25.45%
G=22.73%
B=51.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84751710.510.5600.33245.6239.0248.24
Hex544BAB3338021f62730
Octal12411325363700413664760
Binary1010100100101110101011110011111000010000111110110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,75,171); }

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

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

 a { background-color: rgb(84,75,171); }

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

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

 span { border-color: rgb(84,75,171); }

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