#545CAB

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

Shades of Rich Blue #545CAB

Tints of Rich Blue #545CAB

Color information

#545CAB (or 0x545CAB) is unknown color: approx Rich Blue. HEX triplet: 54, 5C and AB. RGB value is (84,92,171). Sum of RGB (Red+Green+Blue) = 84+92+171=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #545CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545CAB is #ABA354. Grayscale: #626262. Windows color (decimal): -11248469 or 11230292. OLE color: 11230292.

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

Color convert

RGB8492171-
CMYK0.510.4600.33
HSL234.48º34.12%50%-
HSV(B)234.48º50.88%67.06%-
XYZ14.8312.4840.16-
YUV98.61168.85117.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 171 (67.19% from 255) = 49.28%
R=24.21%
G=26.51%
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
Decimal84921710.510.4600.33234.4834.1250
Hex545CAB332E021ea2232
Octal12413425363560413524262
Binary1010100101110010101011110011101110010000111101010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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