#5461AC

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

Shades of Rich Blue #5461AC

Tints of Rich Blue #5461AC

Color information

#5461AC (or 0x5461AC) is unknown color: approx Rich Blue. HEX triplet: 54, 61 and AC. RGB value is (84,97,172). Sum of RGB (Red+Green+Blue) = 84+97+172=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #5461AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5461AC is #AB9E53. Grayscale: #656565. Windows color (decimal): -11247188 or 11297108. OLE color: 11297108.

HSL color Cylindrical-coordinate representation of color #5461AC: hue angle of 231.14º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5461AC is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8497172-
CMYK0.510.4400.33
HSL231.14º34.65%50.2%-
HSV(B)231.14º51.16%67.45%-
XYZ15.3813.4140.81-
YUV101.66167.69115.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.80%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=23.80%
G=27.48%
B=48.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84971720.510.4400.33231.1434.6550.2
Hex5461AC332C021e72332
Octal12414125463540413474362
Binary1010100110000110101100110011101100010000111100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5461AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5461AC; }

 p { color: rgb(84,97,172); }

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

<style>
 a { background-color: #5461AC; }

 a { background-color: rgb(84,97,172); }

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

<style>
 span { border-color: #5461AC; }

 span { border-color: rgb(84,97,172); }

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