#545DBE

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

Shades of Rich Blue #545DBE

Tints of Rich Blue #545DBE

Color information

#545DBE (or 0x545DBE) is unknown color: approx Rich Blue. HEX triplet: 54, 5D and BE. RGB value is (84,93,190). Sum of RGB (Red+Green+Blue) = 84+93+190=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #545DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545DBE is #ABA241. Grayscale: #646464. Windows color (decimal): -11248194 or 12475732. OLE color: 12475732.

HSL color Cylindrical-coordinate representation of color #545DBE: hue angle of 234.91º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #545DBE is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8493190-
CMYK0.560.5100.25
HSL234.91º44.92%53.73%-
HSV(B)234.91º55.79%74.51%-
XYZ16.8613.4350.42-
YUV101.37178.02115.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.89%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=22.89%
G=25.34%
B=51.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84931900.560.5100.25234.9144.9253.73
Hex545DBE3833019eb2d36
Octal12413527670630313535566
Binary101010010111011011111011100011001101100111101011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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