#5847AE

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

Shades of Rich Blue #5847AE

Tints of Rich Blue #5847AE

Color information

#5847AE (or 0x5847AE) is unknown color: approx Rich Blue. HEX triplet: 58, 47 and AE. RGB value is (88,71,174). Sum of RGB (Red+Green+Blue) = 88+71+174=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #5847AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5847AE is #A7B851. Grayscale: #575757. Windows color (decimal): -10991698 or 11421528. OLE color: 11421528.

HSL color Cylindrical-coordinate representation of color #5847AE: hue angle of 249.9º 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 #5847AE is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8871174-
CMYK0.490.5900.32
HSL249.9º42.04%48.04%-
HSV(B)249.9º59.2%68.24%-
XYZ13.929.6441.17-
YUV87.82176.63128.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.43%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 174 (68.36% from 255) = 52.25%
R=26.43%
G=21.32%
B=52.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88711740.490.5900.32249.942.0448.04
Hex5847AE313B020fa2a30
Octal13010725661730403725260
Binary1011000100011110101110110001111011010000011111010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5847AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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