#545FBE

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

Shades of Rich Blue #545FBE

Tints of Rich Blue #545FBE

Color information

#545FBE (or 0x545FBE) is unknown color: approx Rich Blue. HEX triplet: 54, 5F and BE. RGB value is (84,95,190). Sum of RGB (Red+Green+Blue) = 84+95+190=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #545FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545FBE is #ABA041. Grayscale: #666666. Windows color (decimal): -11247682 or 12476244. OLE color: 12476244.

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

Color convert

RGB8495190-
CMYK0.560.500.25
HSL233.77º44.92%53.73%-
HSV(B)233.77º55.79%74.51%-
XYZ17.0413.7950.48-
YUV102.54177.36114.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.76%
GREEN value IS 95 (37.5% from 255) = 25.75%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=22.76%
G=25.75%
B=51.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84951900.560.500.25233.7744.9253.73
Hex545FBE3832019ea2d36
Octal12413727670620313525566
Binary101010010111111011111011100011001001100111101010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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