#5848AA

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

Shades of Rich Blue #5848AA

Tints of Rich Blue #5848AA

Color information

#5848AA (or 0x5848AA) is unknown color: approx Rich Blue. HEX triplet: 58, 48 and AA. RGB value is (88,72,170). Sum of RGB (Red+Green+Blue) = 88+72+170=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #5848AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5848AA is #A7B755. Grayscale: #575757. Windows color (decimal): -10991446 or 11159640. OLE color: 11159640.

HSL color Cylindrical-coordinate representation of color #5848AA: hue angle of 249.8º degrees, saturation: 0.4, 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 #5848AA is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8872170-
CMYK0.480.5800.33
HSL249.8º40.5%47.45%-
HSV(B)249.8º57.65%66.67%-
XYZ13.69.6139.17-
YUV87.96174.3128.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 170 (66.80% from 255) = 51.52%
R=26.67%
G=21.82%
B=51.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88721700.480.5800.33249.840.547.45
Hex5848AA303A021fa282f
Octal13011025260720413725057
Binary1011000100100010101010110000111010010000111111010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5848AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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