#545BB1

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

Shades of Rich Blue #545BB1

Tints of Rich Blue #545BB1

Color information

#545BB1 (or 0x545BB1) is unknown color: approx Rich Blue. HEX triplet: 54, 5B and B1. RGB value is (84,91,177). Sum of RGB (Red+Green+Blue) = 84+91+177=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #545BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545BB1 is #ABA44E. Grayscale: #626262. Windows color (decimal): -11248719 or 11623252. OLE color: 11623252.

HSL color Cylindrical-coordinate representation of color #545BB1: hue angle of 235.48º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #545BB1 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8491177-
CMYK0.530.4900.31
HSL235.48º37.35%51.18%-
HSV(B)235.48º52.54%69.41%-
XYZ15.3312.5443.21-
YUV98.71172.18117.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 177 (69.53% from 255) = 50.28%
R=23.86%
G=25.85%
B=50.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84911770.530.4900.31235.4837.3551.18
Hex545BB1353101Feb2533
Octal12413326165610373534563
Binary101010010110111011000111010111000101111111101011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,91,177); }

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

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

 a { background-color: rgb(84,91,177); }

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

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

 span { border-color: rgb(84,91,177); }

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