#5B50AC

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

Shades of Rich Blue #5B50AC

Tints of Rich Blue #5B50AC

Color information

#5B50AC (or 0x5B50AC) is unknown color: approx Rich Blue. HEX triplet: 5B, 50 and AC. RGB value is (91,80,172). Sum of RGB (Red+Green+Blue) = 91+80+172=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B50AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B50AC is #A4AF53. Grayscale: #5D5D5D. Windows color (decimal): -10792788 or 11292763. OLE color: 11292763.

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

Color convert

RGB9180172-
CMYK0.470.5300.33
HSL247.17º36.51%49.41%-
HSV(B)247.17º53.49%67.45%-
XYZ14.6310.9440.37-
YUV93.78172.14126.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.53%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 172 (67.58% from 255) = 50.15%
R=26.53%
G=23.32%
B=50.15%

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
Decimal91801720.470.5300.33247.1736.5149.41
Hex5B50AC2F35021f72531
Octal13312025457650413674561
Binary1011011101000010101100101111110101010000111110111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B50AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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