#5B44BB

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

Shades of Blue Marguerite #5B44BB

Tints of Blue Marguerite #5B44BB

Color information

#5B44BB (or 0x5B44BB) is unknown color: approx Blue Marguerite. HEX triplet: 5B, 44 and BB. RGB value is (91,68,187). Sum of RGB (Red+Green+Blue) = 91+68+187=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B44BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B44BB is #A4BB44. Grayscale: #575757. Windows color (decimal): -10795845 or 12272731. OLE color: 12272731.

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

Color convert

RGB9168187-
CMYK0.510.6400.27
HSL251.6º46.67%50%-
HSV(B)251.6º63.64%73.33%-
XYZ15.359.9548.12-
YUV88.44183.62129.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.30%
GREEN value IS 68 (26.95% from 255) = 19.65%
BLUE value IS 187 (73.44% from 255) = 54.05%
R=26.30%
G=19.65%
B=54.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91681870.510.6400.27251.646.6750
Hex5B44BB334001Bfc2f32
Octal133104273631000333745762
Binary1011011100010010111011110011100000001101111111100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B44BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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