#5b4ca5

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

Shades of Rich Blue #5B4CA5

Tints of Rich Blue #5B4CA5

Color information

#5B4CA5 (or 0x5B4CA5) is unknown color: approx Rich Blue. HEX triplet: 5B, 4C and A5. RGB value is (91,76,165). Sum of RGB (Red+Green+Blue) = 91+76+165=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 165 (64.84% from 255 or 49.70% from 332); Max value from RGB is 165 - color contains mainly: blue. Hex color #5B4CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4CA5 is #A4B35A. Grayscale: #5A5A5A. Windows color (decimal): -10793819 or 10832987. OLE color: 10832987.

HSL color Cylindrical-coordinate representation of color #5B4CA5: hue angle of 250.11º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B4CA5 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9176165-
CMYK0.450.5400.35
HSL250.11º36.93%47.25%-
HSV(B)250.11º53.94%64.71%-
XYZ13.6910.1136.83-
YUV90.63169.97128.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.41%
GREEN value IS 76 (30.08% from 255) = 22.89%
BLUE value IS 165 (64.84% from 255) = 49.70%
R=27.41%
G=22.89%
B=49.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91761650.450.5400.35250.1136.9347.25
Hex5B4CA52D36023fa252f
Octal13311424555660433724557
Binary1011011100110010100101101101110110010001111111010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b4ca5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,76,165); }

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

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

 a { background-color: rgb(91,76,165); }

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

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

 span { border-color: rgb(91,76,165); }

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