#545DAA

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

Shades of Rich Blue #545DAA

Tints of Rich Blue #545DAA

Color information

#545DAA (or 0x545DAA) is unknown color: approx Rich Blue. HEX triplet: 54, 5D and AA. RGB value is (84,93,170). Sum of RGB (Red+Green+Blue) = 84+93+170=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #545DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545DAA is #ABA255. Grayscale: #626262. Windows color (decimal): -11248214 or 11165012. OLE color: 11165012.

HSL color Cylindrical-coordinate representation of color #545DAA: hue angle of 233.72º 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 #545DAA is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8493170-
CMYK0.510.4500.33
HSL233.72º33.86%49.8%-
HSV(B)233.72º50.59%66.67%-
XYZ14.8312.6239.68-
YUV99.09168.02117.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 93 (36.72% from 255) = 26.80%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=24.21%
G=26.80%
B=48.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84931700.510.4500.33233.7233.8649.8
Hex545DAA332D021ea2232
Octal12413525263550413524262
Binary1010100101110110101010110011101101010000111101010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,93,170); }

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

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

 a { background-color: rgb(84,93,170); }

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

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

 span { border-color: rgb(84,93,170); }

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