#5B59A4

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

Shades of Rich Blue #5B59A4

Tints of Rich Blue #5B59A4

Color information

#5B59A4 (or 0x5B59A4) is unknown color: approx Rich Blue. HEX triplet: 5B, 59 and A4. RGB value is (91,89,164). Sum of RGB (Red+Green+Blue) = 91+89+164=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #5B59A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B59A4 is #A4A65B. Grayscale: #616161. Windows color (decimal): -10790492 or 10770779. OLE color: 10770779.

HSL color Cylindrical-coordinate representation of color #5B59A4: hue angle of 241.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B59A4 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9189164-
CMYK0.450.4600.36
HSL241.6º29.64%49.61%-
HSV(B)241.6º45.73%64.31%-
XYZ14.5912.0536.68-
YUV98.15165.16122.9-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.45%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 164 (64.45% from 255) = 47.67%
R=26.45%
G=25.87%
B=47.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91891640.450.4600.36241.629.6449.61
Hex5B59A42D2E024f21e32
Octal13313124455560443623662
Binary101101110110011010010010110110111001001001111001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B59A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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