#5856AB

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

Shades of Rich Blue #5856AB

Tints of Rich Blue #5856AB

Color information

#5856AB (or 0x5856AB) is unknown color: approx Rich Blue. HEX triplet: 58, 56 and AB. RGB value is (88,86,171). Sum of RGB (Red+Green+Blue) = 88+86+171=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #5856AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5856AB is #A7A954. Grayscale: #5F5F5F. Windows color (decimal): -10987861 or 11228760. OLE color: 11228760.

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

Color convert

RGB8886171-
CMYK0.490.5000.33
HSL241.41º33.6%50.39%-
HSV(B)241.41º49.71%67.06%-
XYZ14.711.6740.01-
YUV96.29170.16122.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=25.51%
G=24.93%
B=49.57%

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
Decimal88861710.490.5000.33241.4133.650.39
Hex5856AB3132021f12232
Octal13012625361620413614262
Binary1011000101011010101011110001110010010000111110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5856AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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