#545BAB

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

Shades of Rich Blue #545BAB

Tints of Rich Blue #545BAB

Color information

#545BAB (or 0x545BAB) is unknown color: approx Rich Blue. HEX triplet: 54, 5B and AB. RGB value is (84,91,171). Sum of RGB (Red+Green+Blue) = 84+91+171=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #545BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545BAB is #ABA454. Grayscale: #616161. Windows color (decimal): -11248725 or 11230036. OLE color: 11230036.

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

Color convert

RGB8491171-
CMYK0.510.4700.33
HSL235.17º34.12%50%-
HSV(B)235.17º50.88%67.06%-
XYZ14.7512.3140.13-
YUV98.03169.18118-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 91 (35.94% from 255) = 26.30%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=24.28%
G=26.30%
B=49.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84911710.510.4700.33235.1734.1250
Hex545BAB332F021eb2232
Octal12413325363570413534262
Binary1010100101101110101011110011101111010000111101011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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