#5B5AAC

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

Shades of Rich Blue #5B5AAC

Tints of Rich Blue #5B5AAC

Color information

#5B5AAC (or 0x5B5AAC) is unknown color: approx Rich Blue. HEX triplet: 5B, 5A and AC. RGB value is (91,90,172). Sum of RGB (Red+Green+Blue) = 91+90+172=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B5AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5AAC is #A4A553. Grayscale: #636363. Windows color (decimal): -10790228 or 11295323. OLE color: 11295323.

HSL color Cylindrical-coordinate representation of color #5B5AAC: hue angle of 240.73º 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 #5B5AAC is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9190172-
CMYK0.470.4800.33
HSL240.73º33.06%51.37%-
HSV(B)240.73º47.67%67.45%-
XYZ15.4212.5240.63-
YUV99.65168.83121.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.78%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=25.78%
G=25.50%
B=48.73%

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
Decimal91901720.470.4800.33240.7333.0651.37
Hex5B5AAC2F30021f12133
Octal13313225457600413614163
Binary1011011101101010101100101111110000010000111110001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,90,172); }

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

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

 a { background-color: rgb(91,90,172); }

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

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

 span { border-color: rgb(91,90,172); }

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