#5944be

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

Shades of Blue Marguerite #5944BE

Tints of Blue Marguerite #5944BE

Color information

#5944BE (or 0x5944BE) is unknown color: approx Blue Marguerite. HEX triplet: 59, 44 and BE. RGB value is (89,68,190). Sum of RGB (Red+Green+Blue) = 89+68+190=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #5944BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5944BE is #A6BB41. Grayscale: #575757. Windows color (decimal): -10926914 or 12469337. OLE color: 12469337.

HSL color Cylindrical-coordinate representation of color #5944BE: hue angle of 250.33º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5944BE is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8968190-
CMYK0.530.6400.25
HSL250.33º48.41%50.59%-
HSV(B)250.33º64.21%74.51%-
XYZ15.489.9849.82-
YUV88.19185.46128.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=25.65%
G=19.60%
B=54.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89681900.530.6400.25250.3348.4150.59
Hex5944BE3540019fa3033
Octal131104276651000313726063
Binary1011001100010010111110110101100000001100111111010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5944be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5944be; }

 p { color: rgb(89,68,190); }

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

<style>
 a { background-color: #5944be; }

 a { background-color: rgb(89,68,190); }

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

<style>
 span { border-color: #5944be; }

 span { border-color: rgb(89,68,190); }

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