#5465AD

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

Shades of Rich Blue #5465AD

Tints of Rich Blue #5465AD

Color information

#5465AD (or 0x5465AD) is unknown color: approx Rich Blue. HEX triplet: 54, 65 and AD. RGB value is (84,101,173). Sum of RGB (Red+Green+Blue) = 84+101+173=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #5465AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5465AD is #AB9A52. Grayscale: #676767. Windows color (decimal): -11246163 or 11363668. OLE color: 11363668.

HSL color Cylindrical-coordinate representation of color #5465AD: hue angle of 228.54º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5465AD is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84101173-
CMYK0.510.4200.32
HSL228.54º35.18%50.39%-
HSV(B)228.54º51.45%67.84%-
XYZ15.8514.2141.44-
YUV104.12166.87113.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.46%
GREEN value IS 101 (39.84% from 255) = 28.21%
BLUE value IS 173 (67.97% from 255) = 48.32%
R=23.46%
G=28.21%
B=48.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841011730.510.4200.32228.5435.1850.39
Hex5465AD332A020e52332
Octal12414525563520403454362
Binary1010100110010110101101110011101010010000011100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5465AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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