#545EAD

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

Shades of Rich Blue #545EAD

Tints of Rich Blue #545EAD

Color information

#545EAD (or 0x545EAD) is unknown color: approx Rich Blue. HEX triplet: 54, 5E and AD. RGB value is (84,94,173). Sum of RGB (Red+Green+Blue) = 84+94+173=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #545EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545EAD is #ABA152. Grayscale: #636363. Windows color (decimal): -11247955 or 11361876. OLE color: 11361876.

HSL color Cylindrical-coordinate representation of color #545EAD: hue angle of 233.26º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #545EAD is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8494173-
CMYK0.510.4600.32
HSL233.26º35.18%50.39%-
HSV(B)233.26º51.45%67.84%-
XYZ15.212.9141.23-
YUV100.02169.19116.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.93%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 173 (67.97% from 255) = 49.29%
R=23.93%
G=26.78%
B=49.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84941730.510.4600.32233.2635.1850.39
Hex545EAD332E020e92332
Octal12413625563560403514362
Binary1010100101111010101101110011101110010000011101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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