#5B50AE

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

Shades of Rich Blue #5B50AE

Tints of Rich Blue #5B50AE

Color information

#5B50AE (or 0x5B50AE) is unknown color: approx Rich Blue. HEX triplet: 5B, 50 and AE. RGB value is (91,80,174). Sum of RGB (Red+Green+Blue) = 91+80+174=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B50AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B50AE is #A4AF51. Grayscale: #5D5D5D. Windows color (decimal): -10792786 or 11423835. OLE color: 11423835.

HSL color Cylindrical-coordinate representation of color #5B50AE: hue angle of 247.02º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B50AE is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9180174-
CMYK0.480.5400.32
HSL247.02º37.01%49.8%-
HSV(B)247.02º54.02%68.24%-
XYZ14.8211.0241.39-
YUV94173.14125.86-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.38%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 174 (68.36% from 255) = 50.43%
R=26.38%
G=23.19%
B=50.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91801740.480.5400.32247.0237.0149.8
Hex5B50AE3036020f72532
Octal13312025660660403674562
Binary1011011101000010101110110000110110010000011110111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B50AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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