#5B50A2

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

Shades of Rich Blue #5B50A2

Tints of Rich Blue #5B50A2

Color information

#5B50A2 (or 0x5B50A2) is unknown color: approx Rich Blue. HEX triplet: 5B, 50 and A2. RGB value is (91,80,162). Sum of RGB (Red+Green+Blue) = 91+80+162=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 162 (63.67% from 255 or 48.65% from 333); Max value from RGB is 162 - color contains mainly: blue. Hex color #5B50A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B50A2 is #A4AF5D. Grayscale: #5C5C5C. Windows color (decimal): -10792798 or 10637403. OLE color: 10637403.

HSL color Cylindrical-coordinate representation of color #5B50A2: hue angle of 248.05º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B50A2 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9180162-
CMYK0.440.5100.36
HSL248.05º33.88%47.45%-
HSV(B)248.05º50.62%63.53%-
XYZ13.710.5735.5-
YUV92.64167.14126.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.33%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 162 (63.67% from 255) = 48.65%
R=27.33%
G=24.02%
B=48.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91801620.440.5100.36248.0533.8847.45
Hex5B50A22C33024f8222f
Octal13312024254630443704257
Binary1011011101000010100010101100110011010010011111000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B50A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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