#5464AB

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

Shades of Rich Blue #5464AB

Tints of Rich Blue #5464AB

Color information

#5464AB (or 0x5464AB) is unknown color: approx Rich Blue. HEX triplet: 54, 64 and AB. RGB value is (84,100,171). Sum of RGB (Red+Green+Blue) = 84+100+171=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #5464AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5464AB is #AB9B54. Grayscale: #676767. Windows color (decimal): -11246421 or 11232340. OLE color: 11232340.

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

Color convert

RGB84100171-
CMYK0.510.4200.33
HSL228.97º34.12%50%-
HSV(B)228.97º50.88%67.06%-
XYZ15.5613.9440.4-
YUV103.31166.2114.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=23.66%
G=28.17%
B=48.17%

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
Decimal841001710.510.4200.33228.9734.1250
Hex5464AB332A021e52232
Octal12414425363520413454262
Binary1010100110010010101011110011101010010000111100101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5464AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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