#5465AC

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

Shades of Rich Blue #5465AC

Tints of Rich Blue #5465AC

Color information

#5465AC (or 0x5465AC) is unknown color: approx Rich Blue. HEX triplet: 54, 65 and AC. RGB value is (84,101,172). Sum of RGB (Red+Green+Blue) = 84+101+172=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #5465AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5465AC is #AB9A53. Grayscale: #676767. Windows color (decimal): -11246164 or 11298132. OLE color: 11298132.

HSL color Cylindrical-coordinate representation of color #5465AC: hue angle of 228.41º degrees, saturation: 0.35, 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 #5465AC is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84101172-
CMYK0.510.4100.33
HSL228.41º34.65%50.2%-
HSV(B)228.41º51.16%67.45%-
XYZ15.7614.1740.93-
YUV104.01166.37113.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 172 (67.58% from 255) = 48.18%
R=23.53%
G=28.29%
B=48.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841011720.510.4100.33228.4134.6550.2
Hex5465AC3329021e42332
Octal12414525463510413444362
Binary1010100110010110101100110011101001010000111100100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5465AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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