#5B59AB

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

Shades of Rich Blue #5B59AB

Tints of Rich Blue #5B59AB

Color information

#5B59AB (or 0x5B59AB) is unknown color: approx Rich Blue. HEX triplet: 5B, 59 and AB. RGB value is (91,89,171). Sum of RGB (Red+Green+Blue) = 91+89+171=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B59AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B59AB is #A4A654. Grayscale: #626262. Windows color (decimal): -10790485 or 11229531. OLE color: 11229531.

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

Color convert

RGB9189171-
CMYK0.470.4800.33
HSL241.46º32.8%50.98%-
HSV(B)241.46º47.95%67.06%-
XYZ15.2412.3140.1-
YUV98.95168.66122.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.93%
GREEN value IS 89 (35.16% from 255) = 25.36%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=25.93%
G=25.36%
B=48.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91891710.470.4800.33241.4632.850.98
Hex5B59AB2F30021f12133
Octal13313125357600413614163
Binary1011011101100110101011101111110000010000111110001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B59AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B59AB; }

 p { color: rgb(91,89,171); }

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

<style>
 a { background-color: #5B59AB; }

 a { background-color: rgb(91,89,171); }

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

<style>
 span { border-color: #5B59AB; }

 span { border-color: rgb(91,89,171); }

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