#5944BC

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

Shades of Blue Marguerite #5944BC

Tints of Blue Marguerite #5944BC

Color information

#5944BC (or 0x5944BC) is unknown color: approx Blue Marguerite. HEX triplet: 59, 44 and BC. RGB value is (89,68,188). Sum of RGB (Red+Green+Blue) = 89+68+188=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #5944BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5944BC is #A6BB43. Grayscale: #575757. Windows color (decimal): -10926916 or 12338265. OLE color: 12338265.

HSL color Cylindrical-coordinate representation of color #5944BC: hue angle of 250.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5944BC is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8968188-
CMYK0.530.6400.26
HSL250.5º47.24%50.2%-
HSV(B)250.5º63.83%73.73%-
XYZ15.269.8948.68-
YUV87.96184.46128.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 188 (73.83% from 255) = 54.49%
R=25.80%
G=19.71%
B=54.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal89681880.530.6400.26250.547.2450.2
Hex5944BC354001Afa2f32
Octal131104274651000323725762
Binary1011001100010010111100110101100000001101011111010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5944BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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