#5B59AD

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

Shades of Rich Blue #5B59AD

Tints of Rich Blue #5B59AD

Color information

#5B59AD (or 0x5B59AD) is unknown color: approx Rich Blue. HEX triplet: 5B, 59 and AD. RGB value is (91,89,173). Sum of RGB (Red+Green+Blue) = 91+89+173=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B59AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B59AD is #A4A652. Grayscale: #626262. Windows color (decimal): -10790483 or 11360603. OLE color: 11360603.

HSL color Cylindrical-coordinate representation of color #5B59AD: hue angle of 241.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B59AD is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9189173-
CMYK0.470.4900.32
HSL241.43º33.87%51.37%-
HSV(B)241.43º48.55%67.84%-
XYZ15.4312.3941.11-
YUV99.17169.66122.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.78%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=25.78%
G=25.21%
B=49.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91891730.470.4900.32241.4333.8751.37
Hex5B59AD2F31020f12233
Octal13313125557610403614263
Binary1011011101100110101101101111110001010000011110001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B59AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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