#5B4ABB

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

Shades of Blue Marguerite #5B4ABB

Tints of Blue Marguerite #5B4ABB

Color information

#5B4ABB (or 0x5B4ABB) is unknown color: approx Blue Marguerite. HEX triplet: 5B, 4A and BB. RGB value is (91,74,187). Sum of RGB (Red+Green+Blue) = 91+74+187=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B4ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4ABB is #A4B544. Grayscale: #5B5B5B. Windows color (decimal): -10794309 or 12274267. OLE color: 12274267.

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

Color convert

RGB9174187-
CMYK0.510.6000.27
HSL249.03º45.38%51.18%-
HSV(B)249.03º60.43%73.33%-
XYZ15.7310.7148.25-
YUV91.96181.63127.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.85%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 187 (73.44% from 255) = 53.12%
R=25.85%
G=21.02%
B=53.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91741870.510.6000.27249.0345.3851.18
Hex5B4ABB333C01Bf92d33
Octal13311227363740333715563
Binary101101110010101011101111001111110001101111111001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,74,187); }

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

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

 a { background-color: rgb(91,74,187); }

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

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

 span { border-color: rgb(91,74,187); }

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