#5147ae

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

Shades of Rich Blue #5147AE

Tints of Rich Blue #5147AE

Color information

#5147AE (or 0x5147AE) is unknown color: approx Rich Blue. HEX triplet: 51, 47 and AE. RGB value is (81,71,174). Sum of RGB (Red+Green+Blue) = 81+71+174=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #5147AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5147AE is #AEB851. Grayscale: #555555. Windows color (decimal): -11450450 or 11421521. OLE color: 11421521.

HSL color Cylindrical-coordinate representation of color #5147AE: hue angle of 245.83º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5147AE is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8171174-
CMYK0.530.5900.32
HSL245.83º42.04%48.04%-
HSV(B)245.83º59.2%68.24%-
XYZ13.299.3141.14-
YUV85.73177.81124.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 174 (68.36% from 255) = 53.37%
R=24.85%
G=21.78%
B=53.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81711740.530.5900.32245.8342.0448.04
Hex5147AE353B020f62a30
Octal12110725665730403665260
Binary1010001100011110101110110101111011010000011110110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5147ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5147ae; }

 p { color: rgb(81,71,174); }

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

<style>
 a { background-color: #5147ae; }

 a { background-color: rgb(81,71,174); }

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

<style>
 span { border-color: #5147ae; }

 span { border-color: rgb(81,71,174); }

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