#5B4FA4

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

Shades of Rich Blue #5B4FA4

Tints of Rich Blue #5B4FA4

Color information

#5B4FA4 (or 0x5B4FA4) is unknown color: approx Rich Blue. HEX triplet: 5B, 4F and A4. RGB value is (91,79,164). Sum of RGB (Red+Green+Blue) = 91+79+164=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #5B4FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B4FA4 is #A4B05B. Grayscale: #5B5B5B. Windows color (decimal): -10793052 or 10768219. OLE color: 10768219.

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

Color convert

RGB9179164-
CMYK0.450.5200.36
HSL248.47º34.98%47.65%-
HSV(B)248.47º51.83%64.31%-
XYZ13.8110.536.42-
YUV92.28168.48127.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.25%
GREEN value IS 79 (31.25% from 255) = 23.65%
BLUE value IS 164 (64.45% from 255) = 49.10%
R=27.25%
G=23.65%
B=49.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91791640.450.5200.36248.4734.9847.65
Hex5B4FA42D34024f82330
Octal13311724455640443704360
Binary1011011100111110100100101101110100010010011111000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,79,164); }

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

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

 a { background-color: rgb(91,79,164); }

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

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

 span { border-color: rgb(91,79,164); }

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