#545FB4

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

Shades of Rich Blue #545FB4

Tints of Rich Blue #545FB4

Color information

#545FB4 (or 0x545FB4) is unknown color: approx Rich Blue. HEX triplet: 54, 5F and B4. RGB value is (84,95,180). Sum of RGB (Red+Green+Blue) = 84+95+180=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #545FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545FB4 is #ABA04B. Grayscale: #656565. Windows color (decimal): -11247692 or 11820884. OLE color: 11820884.

HSL color Cylindrical-coordinate representation of color #545FB4: hue angle of 233.12º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #545FB4 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8495180-
CMYK0.530.4700.29
HSL233.12º39.02%51.76%-
HSV(B)233.12º53.33%70.59%-
XYZ15.9913.3644.92-
YUV101.4172.36115.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 180 (70.70% from 255) = 50.14%
R=23.40%
G=26.46%
B=50.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84951800.530.4700.29233.1239.0251.76
Hex545FB4352F01De92734
Octal12413726465570353514764
Binary101010010111111011010011010110111101110111101001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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