#5A44BC

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

Shades of Blue Marguerite #5A44BC

Tints of Blue Marguerite #5A44BC

Color information

#5A44BC (or 0x5A44BC) is unknown color: approx Blue Marguerite. HEX triplet: 5A, 44 and BC. RGB value is (90,68,188). Sum of RGB (Red+Green+Blue) = 90+68+188=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A44BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A44BC is #A5BB43. Grayscale: #575757. Windows color (decimal): -10861380 or 12338266. OLE color: 12338266.

HSL color Cylindrical-coordinate representation of color #5A44BC: hue angle of 251º 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 #5A44BC is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9068188-
CMYK0.520.6400.26
HSL251º47.24%50.2%-
HSV(B)251º63.83%73.73%-
XYZ15.369.9448.69-
YUV88.26184.29129.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.01%
GREEN value IS 68 (26.95% from 255) = 19.65%
BLUE value IS 188 (73.83% from 255) = 54.34%
R=26.01%
G=19.65%
B=54.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90681880.520.6400.2625147.2450.2
Hex5A44BC344001Afb2f32
Octal132104274641000323735762
Binary1011010100010010111100110100100000001101011111011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A44BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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