#5B46BD

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

Shades of Blue Marguerite #5B46BD

Tints of Blue Marguerite #5B46BD

Color information

#5B46BD (or 0x5B46BD) is unknown color: approx Blue Marguerite. HEX triplet: 5B, 46 and BD. RGB value is (91,70,189). Sum of RGB (Red+Green+Blue) = 91+70+189=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B46BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B46BD is #A4B942. Grayscale: #595959. Windows color (decimal): -10795331 or 12404315. OLE color: 12404315.

HSL color Cylindrical-coordinate representation of color #5B46BD: hue angle of 250.59º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B46BD is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9170189-
CMYK0.520.6300.26
HSL250.59º47.41%50.78%-
HSV(B)250.59º62.96%74.12%-
XYZ15.6910.2849.3-
YUV89.84183.96128.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26%
GREEN value IS 70 (27.73% from 255) = 20%
BLUE value IS 189 (74.22% from 255) = 54%
R=26%
G=20%
B=54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91701890.520.6300.26250.5947.4150.78
Hex5B46BD343F01Afb2f33
Octal13310627564770323735763
Binary101101110001101011110111010011111101101011111011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B46BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,70,189); }

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

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

 a { background-color: rgb(91,70,189); }

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

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

 span { border-color: rgb(91,70,189); }

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