#545CAA

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

Shades of Rich Blue #545CAA

Tints of Rich Blue #545CAA

Color information

#545CAA (or 0x545CAA) is unknown color: approx Rich Blue. HEX triplet: 54, 5C and AA. RGB value is (84,92,170). Sum of RGB (Red+Green+Blue) = 84+92+170=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #545CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545CAA is #ABA355. Grayscale: #626262. Windows color (decimal): -11248470 or 11164756. OLE color: 11164756.

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

Color convert

RGB8492170-
CMYK0.510.4600.33
HSL234.42º33.86%49.8%-
HSV(B)234.42º50.59%66.67%-
XYZ14.7412.4439.65-
YUV98.5168.35117.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=24.28%
G=26.59%
B=49.13%

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
Decimal84921700.510.4600.33234.4233.8649.8
Hex545CAA332E021ea2232
Octal12413425263560413524262
Binary1010100101110010101010110011101110010000111101010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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