#5855AA

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

Shades of Rich Blue #5855AA

Tints of Rich Blue #5855AA

Color information

#5855AA (or 0x5855AA) is unknown color: approx Rich Blue. HEX triplet: 58, 55 and AA. RGB value is (88,85,170). Sum of RGB (Red+Green+Blue) = 88+85+170=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #5855AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5855AA is #A7AA55. Grayscale: #5F5F5F. Windows color (decimal): -10988118 or 11162968. OLE color: 11162968.

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

Color convert

RGB8885170-
CMYK0.480.5000.33
HSL242.12º33.33%50%-
HSV(B)242.12º50%66.67%-
XYZ14.5311.4739.48-
YUV95.59169.99122.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.66%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=25.66%
G=24.78%
B=49.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88851700.480.5000.33242.1233.3350
Hex5855AA3032021f22132
Octal13012525260620413624162
Binary1011000101010110101010110000110010010000111110010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5855AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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