#5B5BAB

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

Shades of Rich Blue #5B5BAB

Tints of Rich Blue #5B5BAB

Color information

#5B5BAB (or 0x5B5BAB) is unknown color: approx Rich Blue. HEX triplet: 5B, 5B and AB. RGB value is (91,91,171). Sum of RGB (Red+Green+Blue) = 91+91+171=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B5BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5BAB is #A4A454. Grayscale: #636363. Windows color (decimal): -10789973 or 11230043. OLE color: 11230043.

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

Color convert

RGB9191171-
CMYK0.470.4700.33
HSL240º32.26%51.37%-
HSV(B)240º46.78%67.06%-
XYZ15.4112.6540.16-
YUV100.12168121.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.78%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=25.78%
G=25.78%
B=48.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91911710.470.4700.3324032.2651.37
Hex5B5BAB2F2F021f02033
Octal13313325357570413604063
Binary1011011101101110101011101111101111010000111110000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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