#5855AB

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

Shades of Rich Blue #5855AB

Tints of Rich Blue #5855AB

Color information

#5855AB (or 0x5855AB) is unknown color: approx Rich Blue. HEX triplet: 58, 55 and AB. RGB value is (88,85,171). Sum of RGB (Red+Green+Blue) = 88+85+171=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #5855AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5855AB is #A7AA54. Grayscale: #5F5F5F. Windows color (decimal): -10988117 or 11228504. OLE color: 11228504.

HSL color Cylindrical-coordinate representation of color #5855AB: hue angle of 242.09º degrees, saturation: 0.34, 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 #5855AB is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8885171-
CMYK0.490.5000.33
HSL242.09º33.86%50.2%-
HSV(B)242.09º50.29%67.06%-
XYZ14.6211.5139.98-
YUV95.7170.49122.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 171 (67.19% from 255) = 49.71%
R=25.58%
G=24.71%
B=49.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88851710.490.5000.33242.0933.8650.2
Hex5855AB3132021f22232
Octal13012525361620413624262
Binary1011000101010110101011110001110010010000111110010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5855AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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