#545DBA

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

Shades of Rich Blue #545DBA

Tints of Rich Blue #545DBA

Color information

#545DBA (or 0x545DBA) is unknown color: approx Rich Blue. HEX triplet: 54, 5D and BA. RGB value is (84,93,186). Sum of RGB (Red+Green+Blue) = 84+93+186=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #545DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545DBA is #ABA245. Grayscale: #646464. Windows color (decimal): -11248198 or 12213588. OLE color: 12213588.

HSL color Cylindrical-coordinate representation of color #545DBA: hue angle of 234.71º 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 #545DBA is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8493186-
CMYK0.550.500.27
HSL234.71º42.5%52.94%-
HSV(B)234.71º54.84%72.94%-
XYZ16.4313.2648.15-
YUV100.91176.02115.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.14%
GREEN value IS 93 (36.72% from 255) = 25.62%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=23.14%
G=25.62%
B=51.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84931860.550.500.27234.7142.552.94
Hex545DBA373201Beb2a35
Octal12413527267620333535265
Binary101010010111011011101011011111001001101111101011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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