#5466AE

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

Shades of Rich Blue #5466AE

Tints of Rich Blue #5466AE

Color information

#5466AE (or 0x5466AE) is unknown color: approx Rich Blue. HEX triplet: 54, 66 and AE. RGB value is (84,102,174). Sum of RGB (Red+Green+Blue) = 84+102+174=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #5466AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5466AE is #AB9951. Grayscale: #686868. Windows color (decimal): -11245906 or 11429460. OLE color: 11429460.

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

Color convert

RGB84102174-
CMYK0.520.4100.32
HSL228º35.71%50.59%-
HSV(B)228º51.72%68.24%-
XYZ16.0514.4441.99-
YUV104.83167.04113.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=23.33%
G=28.33%
B=48.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841021740.520.4100.3222835.7150.59
Hex5466AE3429020e42433
Octal12414625664510403444463
Binary1010100110011010101110110100101001010000011100100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5466AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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