#5b4fba

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

Shades of Rich Blue #5B4FBA

Tints of Rich Blue #5B4FBA

Color information

#5B4FBA (or 0x5B4FBA) is unknown color: approx Rich Blue. HEX triplet: 5B, 4F and BA. RGB value is (91,79,186). Sum of RGB (Red+Green+Blue) = 91+79+186=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B4FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4FBA is #A4B045. Grayscale: #5E5E5E. Windows color (decimal): -10793030 or 12210011. OLE color: 12210011.

HSL color Cylindrical-coordinate representation of color #5B4FBA: hue angle of 246.73º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B4FBA is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9179186-
CMYK0.510.5800.27
HSL246.73º43.67%51.96%-
HSV(B)246.73º57.53%72.94%-
XYZ15.9711.3647.81-
YUV94.79179.48125.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.56%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=25.56%
G=22.19%
B=52.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91791860.510.5800.27246.7343.6751.96
Hex5B4FBA333A01Bf72c34
Octal13311727263720333675464
Binary101101110011111011101011001111101001101111110111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b4fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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