#5342AE

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

Shades of Rich Blue #5342AE

Tints of Rich Blue #5342AE

Color information

#5342AE (or 0x5342AE) is unknown color: approx Rich Blue. HEX triplet: 53, 42 and AE. RGB value is (83,66,174). Sum of RGB (Red+Green+Blue) = 83+66+174=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #5342AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5342AE is #ACBD51. Grayscale: #525252. Windows color (decimal): -11320658 or 11420243. OLE color: 11420243.

HSL color Cylindrical-coordinate representation of color #5342AE: hue angle of 249.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5342AE is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8366174-
CMYK0.520.6200.32
HSL249.44º45%47.06%-
HSV(B)249.44º62.07%68.24%-
XYZ13.168.7941.05-
YUV83.4179.13127.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=25.70%
G=20.43%
B=53.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83661740.520.6200.32249.444547.06
Hex5342AE343E020f92d2f
Octal12310225664760403715557
Binary1010011100001010101110110100111110010000011111001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5342AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,66,174); }

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

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

 a { background-color: rgb(83,66,174); }

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

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

 span { border-color: rgb(83,66,174); }

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