#5463AC

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

Shades of Rich Blue #5463AC

Tints of Rich Blue #5463AC

Color information

#5463AC (or 0x5463AC) is unknown color: approx Rich Blue. HEX triplet: 54, 63 and AC. RGB value is (84,99,172). Sum of RGB (Red+Green+Blue) = 84+99+172=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #5463AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5463AC is #AB9C53. Grayscale: #666666. Windows color (decimal): -11246676 or 11297620. OLE color: 11297620.

HSL color Cylindrical-coordinate representation of color #5463AC: hue angle of 229.77º 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 #5463AC is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8499172-
CMYK0.510.4200.33
HSL229.77º34.65%50.2%-
HSV(B)229.77º51.16%67.45%-
XYZ15.5613.7940.87-
YUV102.84167.03114.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 172 (67.58% from 255) = 48.45%
R=23.66%
G=27.89%
B=48.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84991720.510.4200.33229.7734.6550.2
Hex5463AC332A021e62332
Octal12414325463520413464362
Binary1010100110001110101100110011101010010000111100110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5463AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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