#5841AE

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

Shades of Rich Blue #5841AE

Tints of Rich Blue #5841AE

Color information

#5841AE (or 0x5841AE) is unknown color: approx Rich Blue. HEX triplet: 58, 41 and AE. RGB value is (88,65,174). Sum of RGB (Red+Green+Blue) = 88+65+174=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #5841AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5841AE is #A7BE51. Grayscale: #535353. Windows color (decimal): -10993234 or 11419992. OLE color: 11419992.

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

Color convert

RGB8865174-
CMYK0.490.6300.32
HSL252.66º45.61%46.86%-
HSV(B)252.66º62.64%68.24%-
XYZ13.558.9141.05-
YUV84.3178.62130.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 174 (68.36% from 255) = 53.21%
R=26.91%
G=19.88%
B=53.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88651740.490.6300.32252.6645.6146.86
Hex5841AE313F020fd2e2f
Octal13010125661770403755657
Binary1011000100000110101110110001111111010000011111101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5841AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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