#5B58AB

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

Shades of Rich Blue #5B58AB

Tints of Rich Blue #5B58AB

Color information

#5B58AB (or 0x5B58AB) is unknown color: approx Rich Blue. HEX triplet: 5B, 58 and AB. RGB value is (91,88,171). Sum of RGB (Red+Green+Blue) = 91+88+171=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B58AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B58AB is #A4A754. Grayscale: #626262. Windows color (decimal): -10790741 or 11229275. OLE color: 11229275.

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

Color convert

RGB9188171-
CMYK0.470.4900.33
HSL242.17º33.07%50.78%-
HSV(B)242.17º48.54%67.06%-
XYZ15.1512.1440.07-
YUV98.36168.99122.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 171 (67.19% from 255) = 48.86%
R=26%
G=25.14%
B=48.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91881710.470.4900.33242.1733.0750.78
Hex5B58AB2F31021f22133
Octal13313025357610413624163
Binary1011011101100010101011101111110001010000111110010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B58AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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