#5347AA

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

Shades of Rich Blue #5347AA

Tints of Rich Blue #5347AA

Color information

#5347AA (or 0x5347AA) is unknown color: approx Rich Blue. HEX triplet: 53, 47 and AA. RGB value is (83,71,170). Sum of RGB (Red+Green+Blue) = 83+71+170=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #5347AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5347AA is #ACB855. Grayscale: #555555. Windows color (decimal): -11319382 or 11159379. OLE color: 11159379.

HSL color Cylindrical-coordinate representation of color #5347AA: hue angle of 247.27º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5347AA is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8371170-
CMYK0.510.5800.33
HSL247.27º41.08%47.25%-
HSV(B)247.27º58.24%66.67%-
XYZ13.089.2539.13-
YUV85.87175.48125.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=25.62%
G=21.91%
B=52.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83711700.510.5800.33247.2741.0847.25
Hex5347AA333A021f7292f
Octal12310725263720413675157
Binary1010011100011110101010110011111010010000111110111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5347AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5347AA; }

 p { color: rgb(83,71,170); }

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

<style>
 a { background-color: #5347AA; }

 a { background-color: rgb(83,71,170); }

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

<style>
 span { border-color: #5347AA; }

 span { border-color: rgb(83,71,170); }

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