#545BAE

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

Shades of Rich Blue #545BAE

Tints of Rich Blue #545BAE

Color information

#545BAE (or 0x545BAE) is unknown color: approx Rich Blue. HEX triplet: 54, 5B and AE. RGB value is (84,91,174). Sum of RGB (Red+Green+Blue) = 84+91+174=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #545BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545BAE is #ABA451. Grayscale: #626262. Windows color (decimal): -11248722 or 11426644. OLE color: 11426644.

HSL color Cylindrical-coordinate representation of color #545BAE: hue angle of 235.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #545BAE is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8491174-
CMYK0.520.4800.32
HSL235.33º35.71%50.59%-
HSV(B)235.33º51.72%68.24%-
XYZ15.0412.4241.65-
YUV98.37170.68117.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 91 (35.94% from 255) = 26.07%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=24.07%
G=26.07%
B=49.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84911740.520.4800.32235.3335.7150.59
Hex545BAE3430020eb2433
Octal12413325664600403534463
Binary1010100101101110101110110100110000010000011101011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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