#5B4DA2

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

Shades of Rich Blue #5B4DA2

Tints of Rich Blue #5B4DA2

Color information

#5B4DA2 (or 0x5B4DA2) is unknown color: approx Rich Blue. HEX triplet: 5B, 4D and A2. RGB value is (91,77,162). Sum of RGB (Red+Green+Blue) = 91+77+162=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #5B4DA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B4DA2 is #A4B25D. Grayscale: #5A5A5A. Windows color (decimal): -10793566 or 10636635. OLE color: 10636635.

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

Color convert

RGB9177162-
CMYK0.440.5200.36
HSL249.88º35.56%46.86%-
HSV(B)249.88º52.47%63.53%-
XYZ13.4910.1435.43-
YUV90.88168.14128.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.58%
GREEN value IS 77 (30.47% from 255) = 23.33%
BLUE value IS 162 (63.67% from 255) = 49.09%
R=27.58%
G=23.33%
B=49.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91771620.440.5200.36249.8835.5646.86
Hex5B4DA22C34024fa242f
Octal13311524254640443724457
Binary1011011100110110100010101100110100010010011111010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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