#545EB3

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

Shades of Rich Blue #545EB3

Tints of Rich Blue #545EB3

Color information

#545EB3 (or 0x545EB3) is unknown color: approx Rich Blue. HEX triplet: 54, 5E and B3. RGB value is (84,94,179). Sum of RGB (Red+Green+Blue) = 84+94+179=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #545EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EB3 is #ABA14C. Grayscale: #646464. Windows color (decimal): -11247949 or 11755092. OLE color: 11755092.

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

Color convert

RGB8494179-
CMYK0.530.4700.30
HSL233.68º38.46%51.57%-
HSV(B)233.68º53.07%70.2%-
XYZ15.813.1444.35-
YUV100.7172.19116.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 94 (37.11% from 255) = 26.33%
BLUE value IS 179 (70.31% from 255) = 50.14%
R=23.53%
G=26.33%
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.30
SystemRedGreenBlueCMYKHSL
Decimal84941790.530.4700.30233.6838.4651.57
Hex545EB3352F01Eea2634
Octal12413626365570363524664
Binary101010010111101011001111010110111101111011101010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,94,179); }

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

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

 a { background-color: rgb(84,94,179); }

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

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

 span { border-color: rgb(84,94,179); }

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