#545DAC

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

Shades of Rich Blue #545DAC

Tints of Rich Blue #545DAC

Color information

#545DAC (or 0x545DAC) is unknown color: approx Rich Blue. HEX triplet: 54, 5D and AC. RGB value is (84,93,172). Sum of RGB (Red+Green+Blue) = 84+93+172=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #545DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545DAC is #ABA253. Grayscale: #626262. Windows color (decimal): -11248212 or 11296084. OLE color: 11296084.

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

Color convert

RGB8493172-
CMYK0.510.4600.33
HSL233.86º34.65%50.2%-
HSV(B)233.86º51.16%67.45%-
XYZ15.0212.6940.69-
YUV99.32169.02117.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 93 (36.72% from 255) = 26.65%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=24.07%
G=26.65%
B=49.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84931720.510.4600.33233.8634.6550.2
Hex545DAC332E021ea2332
Octal12413525463560413524362
Binary1010100101110110101100110011101110010000111101010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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