#544CAB

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

Shades of Rich Blue #544CAB

Tints of Rich Blue #544CAB

Color information

#544CAB (or 0x544CAB) is unknown color: approx Rich Blue. HEX triplet: 54, 4C and AB. RGB value is (84,76,171). Sum of RGB (Red+Green+Blue) = 84+76+171=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #544CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544CAB is #ABB354. Grayscale: #585858. Windows color (decimal): -11252565 or 11226196. OLE color: 11226196.

HSL color Cylindrical-coordinate representation of color #544CAB: hue angle of 245.05º degrees, saturation: 0.38, 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 #544CAB is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8476171-
CMYK0.510.5600.33
HSL245.05º38.46%48.43%-
HSV(B)245.05º55.56%67.06%-
XYZ13.599.9939.74-
YUV89.22174.15124.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 171 (67.19% from 255) = 51.66%
R=25.38%
G=22.96%
B=51.66%

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
Decimal84761710.510.5600.33245.0538.4648.43
Hex544CAB3338021f52630
Octal12411425363700413654660
Binary1010100100110010101011110011111000010000111110101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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