#545ABE

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

Shades of Rich Blue #545ABE

Tints of Rich Blue #545ABE

Color information

#545ABE (or 0x545ABE) is unknown color: approx Rich Blue. HEX triplet: 54, 5A and BE. RGB value is (84,90,190). Sum of RGB (Red+Green+Blue) = 84+90+190=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #545ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ABE is #ABA541. Grayscale: #636363. Windows color (decimal): -11248962 or 12474964. OLE color: 12474964.

HSL color Cylindrical-coordinate representation of color #545ABE: hue angle of 236.6º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #545ABE is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8490190-
CMYK0.560.5300.25
HSL236.6º44.92%53.73%-
HSV(B)236.6º55.79%74.51%-
XYZ16.6112.9150.33-
YUV99.61179.01116.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.08%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 190 (74.61% from 255) = 52.20%
R=23.08%
G=24.73%
B=52.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84901900.560.5300.25236.644.9253.73
Hex545ABE3835019ed2d36
Octal12413227670650313555566
Binary101010010110101011111011100011010101100111101101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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