#5849AA

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

Shades of Rich Blue #5849AA

Tints of Rich Blue #5849AA

Color information

#5849AA (or 0x5849AA) is unknown color: approx Rich Blue. HEX triplet: 58, 49 and AA. RGB value is (88,73,170). Sum of RGB (Red+Green+Blue) = 88+73+170=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #5849AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5849AA is #A7B655. Grayscale: #585858. Windows color (decimal): -10991190 or 11159896. OLE color: 11159896.

HSL color Cylindrical-coordinate representation of color #5849AA: hue angle of 249.28º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5849AA is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8873170-
CMYK0.480.5700.33
HSL249.28º39.92%47.65%-
HSV(B)249.28º57.06%66.67%-
XYZ13.669.7439.19-
YUV88.54173.97127.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=26.59%
G=22.05%
B=51.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88731700.480.5700.33249.2839.9247.65
Hex5849AA3039021f92830
Octal13011125260710413715060
Binary1011000100100110101010110000111001010000111111001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5849AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,73,170); }

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

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

 a { background-color: rgb(88,73,170); }

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

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

 span { border-color: rgb(88,73,170); }

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