#545ABD

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

Shades of Rich Blue #545ABD

Tints of Rich Blue #545ABD

Color information

#545ABD (or 0x545ABD) is unknown color: approx Rich Blue. HEX triplet: 54, 5A and BD. RGB value is (84,90,189). Sum of RGB (Red+Green+Blue) = 84+90+189=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #545ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ABD is #ABA542. Grayscale: #636363. Windows color (decimal): -11248963 or 12409428. OLE color: 12409428.

HSL color Cylindrical-coordinate representation of color #545ABD: hue angle of 236.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #545ABD is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8490189-
CMYK0.560.5200.26
HSL236.57º44.3%53.53%-
HSV(B)236.57º55.56%74.12%-
XYZ16.512.8749.76-
YUV99.49178.51116.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.14%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 189 (74.22% from 255) = 52.07%
R=23.14%
G=24.79%
B=52.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84901890.560.5200.26236.5744.353.53
Hex545ABD383401Aed2c36
Octal12413227570640323555466
Binary101010010110101011110111100011010001101011101101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,90,189); }

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

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

 a { background-color: rgb(84,90,189); }

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

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

 span { border-color: rgb(84,90,189); }

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