#5464AE

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

Shades of Rich Blue #5464AE

Tints of Rich Blue #5464AE

Color information

#5464AE (or 0x5464AE) is unknown color: approx Rich Blue. HEX triplet: 54, 64 and AE. RGB value is (84,100,174). Sum of RGB (Red+Green+Blue) = 84+100+174=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #5464AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5464AE is #AB9B51. Grayscale: #676767. Windows color (decimal): -11246418 or 11428948. OLE color: 11428948.

HSL color Cylindrical-coordinate representation of color #5464AE: hue angle of 229.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5464AE is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84100174-
CMYK0.520.4300.32
HSL229.33º35.71%50.59%-
HSV(B)229.33º51.72%68.24%-
XYZ15.8514.0641.92-
YUV103.65167.7113.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.46%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=23.46%
G=27.93%
B=48.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841001740.520.4300.32229.3335.7150.59
Hex5464AE342B020e52433
Octal12414425664530403454463
Binary1010100110010010101110110100101011010000011100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5464AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5464AE; }

 p { color: rgb(84,100,174); }

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

<style>
 a { background-color: #5464AE; }

 a { background-color: rgb(84,100,174); }

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

<style>
 span { border-color: #5464AE; }

 span { border-color: rgb(84,100,174); }

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