#5B4DA3

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

Shades of Rich Blue #5B4DA3

Tints of Rich Blue #5B4DA3

Color information

#5B4DA3 (or 0x5B4DA3) is unknown color: approx Rich Blue. HEX triplet: 5B, 4D and A3. RGB value is (91,77,163). Sum of RGB (Red+Green+Blue) = 91+77+163=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 163 (64.06% from 255 or 49.24% from 331); Max value from RGB is 163 - color contains mainly: blue. Hex color #5B4DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B4DA3 is #A4B25C. Grayscale: #5A5A5A. Windows color (decimal): -10793565 or 10702171. OLE color: 10702171.

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

Color convert

RGB9177163-
CMYK0.440.5300.36
HSL249.77º35.83%47.06%-
HSV(B)249.77º52.76%63.92%-
XYZ13.5810.1835.9-
YUV90.99168.64128.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.49%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 163 (64.06% from 255) = 49.24%
R=27.49%
G=23.26%
B=49.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91771630.440.5300.36249.7735.8347.06
Hex5B4DA32C35024fa242f
Octal13311524354650443724457
Binary1011011100110110100011101100110101010010011111010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,77,163); }

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

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

 a { background-color: rgb(91,77,163); }

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

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

 span { border-color: rgb(91,77,163); }

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