#5655AB

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

Shades of Rich Blue #5655AB

Tints of Rich Blue #5655AB

Color information

#5655AB (or 0x5655AB) is unknown color: approx Rich Blue. HEX triplet: 56, 55 and AB. RGB value is (86,85,171). Sum of RGB (Red+Green+Blue) = 86+85+171=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #5655AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5655AB is #A9AA54. Grayscale: #5E5E5E. Windows color (decimal): -11119189 or 11228502. OLE color: 11228502.

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

Color convert

RGB8685171-
CMYK0.500.5000.33
HSL240.7º33.86%50.2%-
HSV(B)240.7º50.29%67.06%-
XYZ14.4411.4239.97-
YUV95.1170.83121.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 171 (67.19% from 255) = 50%
R=25.15%
G=24.85%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86851710.500.5000.33240.733.8650.2
Hex5655AB3232021f12232
Octal12612525362620413614262
Binary1010110101010110101011110010110010010000111110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5655AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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