#545FB1

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

Shades of Rich Blue #545FB1

Tints of Rich Blue #545FB1

Color information

#545FB1 (or 0x545FB1) is unknown color: approx Rich Blue. HEX triplet: 54, 5F and B1. RGB value is (84,95,177). Sum of RGB (Red+Green+Blue) = 84+95+177=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #545FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545FB1 is #ABA04E. Grayscale: #646464. Windows color (decimal): -11247695 or 11624276. OLE color: 11624276.

HSL color Cylindrical-coordinate representation of color #545FB1: hue angle of 232.9º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #545FB1 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8495177-
CMYK0.530.4600.31
HSL232.9º37.35%51.18%-
HSV(B)232.9º52.54%69.41%-
XYZ15.6813.2443.32-
YUV101.06170.86115.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 177 (69.53% from 255) = 49.72%
R=23.60%
G=26.69%
B=49.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84951770.530.4600.31232.937.3551.18
Hex545FB1352E01Fe92533
Octal12413726165560373514563
Binary101010010111111011000111010110111001111111101001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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