#5F4EAB

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

Shades of Blue Marguerite #5F4EAB

Tints of Blue Marguerite #5F4EAB

Color information

#5F4EAB (or 0x5F4EAB) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 4E and AB. RGB value is (95,78,171). Sum of RGB (Red+Green+Blue) = 95+78+171=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F4EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4EAB is #A0B154. Grayscale: #5D5D5D. Windows color (decimal): -10531157 or 11226719. OLE color: 11226719.

HSL color Cylindrical-coordinate representation of color #5F4EAB: hue angle of 250.97º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F4EAB is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9578171-
CMYK0.440.5400.33
HSL250.97º37.35%48.82%-
HSV(B)250.97º54.39%67.06%-
XYZ14.7910.8239.84-
YUV93.68171.63128.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.62%
GREEN value IS 78 (30.86% from 255) = 22.67%
BLUE value IS 171 (67.19% from 255) = 49.71%
R=27.62%
G=22.67%
B=49.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95781710.440.5400.33250.9737.3548.82
Hex5F4EAB2C36021fb2531
Octal13711625354660413734561
Binary1011111100111010101011101100110110010000111111011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,78,171); }

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

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

 a { background-color: rgb(95,78,171); }

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

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

 span { border-color: rgb(95,78,171); }

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