#5462AC

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

Shades of Rich Blue #5462AC

Tints of Rich Blue #5462AC

Color information

#5462AC (or 0x5462AC) is unknown color: approx Rich Blue. HEX triplet: 54, 62 and AC. RGB value is (84,98,172). Sum of RGB (Red+Green+Blue) = 84+98+172=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #5462AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5462AC is #AB9D53. Grayscale: #656565. Windows color (decimal): -11246932 or 11297364. OLE color: 11297364.

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

Color convert

RGB8498172-
CMYK0.510.4300.33
HSL230.45º34.65%50.2%-
HSV(B)230.45º51.16%67.45%-
XYZ15.4713.640.84-
YUV102.25167.36114.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 172 (67.58% from 255) = 48.59%
R=23.73%
G=27.68%
B=48.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84981720.510.4300.33230.4534.6550.2
Hex5462AC332B021e62332
Octal12414225463530413464362
Binary1010100110001010101100110011101011010000111100110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5462AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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