#545CBE

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

Shades of Rich Blue #545CBE

Tints of Rich Blue #545CBE

Color information

#545CBE (or 0x545CBE) is unknown color: approx Rich Blue. HEX triplet: 54, 5C and BE. RGB value is (84,92,190). Sum of RGB (Red+Green+Blue) = 84+92+190=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #545CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545CBE is #ABA341. Grayscale: #646464. Windows color (decimal): -11248450 or 12475476. OLE color: 12475476.

HSL color Cylindrical-coordinate representation of color #545CBE: hue angle of 235.47º 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 #545CBE is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8492190-
CMYK0.560.5200.25
HSL235.47º44.92%53.73%-
HSV(B)235.47º55.79%74.51%-
XYZ16.7813.2650.39-
YUV100.78178.35116.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=22.95%
G=25.14%
B=51.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84921900.560.5200.25235.4744.9253.73
Hex545CBE3834019eb2d36
Octal12413427670640313535566
Binary101010010111001011111011100011010001100111101011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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