#545BB9

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

Shades of Rich Blue #545BB9

Tints of Rich Blue #545BB9

Color information

#545BB9 (or 0x545BB9) is unknown color: approx Rich Blue. HEX triplet: 54, 5B and B9. RGB value is (84,91,185). Sum of RGB (Red+Green+Blue) = 84+91+185=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #545BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BB9 is #ABA446. Grayscale: #636363. Windows color (decimal): -11248711 or 12147540. OLE color: 12147540.

HSL color Cylindrical-coordinate representation of color #545BB9: hue angle of 235.84º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #545BB9 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8491185-
CMYK0.550.5100.27
HSL235.84º41.91%52.75%-
HSV(B)235.84º54.59%72.55%-
XYZ16.1512.8747.53-
YUV99.62176.18116.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 185 (72.66% from 255) = 51.39%
R=23.33%
G=25.28%
B=51.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84911850.550.5100.27235.8441.9152.75
Hex545BB9373301Bec2a35
Octal12413327167630333545265
Binary101010010110111011100111011111001101101111101100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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