#545EAE

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

Shades of Rich Blue #545EAE

Tints of Rich Blue #545EAE

Color information

#545EAE (or 0x545EAE) is unknown color: approx Rich Blue. HEX triplet: 54, 5E and AE. RGB value is (84,94,174). Sum of RGB (Red+Green+Blue) = 84+94+174=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #545EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545EAE is #ABA151. Grayscale: #636363. Windows color (decimal): -11247954 or 11427412. OLE color: 11427412.

HSL color Cylindrical-coordinate representation of color #545EAE: hue angle of 233.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 #545EAE is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8494174-
CMYK0.520.4600.32
HSL233.33º35.71%50.59%-
HSV(B)233.33º51.72%68.24%-
XYZ15.312.9541.74-
YUV100.13169.69116.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=23.86%
G=26.70%
B=49.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84941740.520.4600.32233.3335.7150.59
Hex545EAE342E020e92433
Octal12413625664560403514463
Binary1010100101111010101110110100101110010000011101001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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