#5465AE

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

Shades of Rich Blue #5465AE

Tints of Rich Blue #5465AE

Color information

#5465AE (or 0x5465AE) is unknown color: approx Rich Blue. HEX triplet: 54, 65 and AE. RGB value is (84,101,174). Sum of RGB (Red+Green+Blue) = 84+101+174=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #5465AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5465AE is #AB9A51. Grayscale: #676767. Windows color (decimal): -11246162 or 11429204. OLE color: 11429204.

HSL color Cylindrical-coordinate representation of color #5465AE: hue angle of 228.67º 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 #5465AE is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84101174-
CMYK0.520.4200.32
HSL228.67º35.71%50.59%-
HSV(B)228.67º51.72%68.24%-
XYZ15.9514.2541.95-
YUV104.24167.37113.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 174 (68.36% from 255) = 48.47%
R=23.40%
G=28.13%
B=48.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841011740.520.4200.32228.6735.7150.59
Hex5465AE342A020e52433
Octal12414525664520403454463
Binary1010100110010110101110110100101010010000011100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5465AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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