#5B50AB

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

Shades of Rich Blue #5B50AB

Tints of Rich Blue #5B50AB

Color information

#5B50AB (or 0x5B50AB) is unknown color: approx Rich Blue. HEX triplet: 5B, 50 and AB. RGB value is (91,80,171). Sum of RGB (Red+Green+Blue) = 91+80+171=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B50AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B50AB is #A4AF54. Grayscale: #5D5D5D. Windows color (decimal): -10792789 or 11227227. OLE color: 11227227.

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

Color convert

RGB9180171-
CMYK0.470.5300.33
HSL247.25º36.25%49.22%-
HSV(B)247.25º53.22%67.06%-
XYZ14.5310.939.87-
YUV93.66171.64126.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.61%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 171 (67.19% from 255) = 50%
R=26.61%
G=23.39%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91801710.470.5300.33247.2536.2549.22
Hex5B50AB2F35021f72431
Octal13312025357650413674461
Binary1011011101000010101011101111110101010000111110111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B50AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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