#5F49AE

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

Shades of Blue Marguerite #5F49AE

Tints of Blue Marguerite #5F49AE

Color information

#5F49AE (or 0x5F49AE) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 49 and AE. RGB value is (95,73,174). Sum of RGB (Red+Green+Blue) = 95+73+174=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F49AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F49AE is #A0B651. Grayscale: #5A5A5A. Windows color (decimal): -10532434 or 11422047. OLE color: 11422047.

HSL color Cylindrical-coordinate representation of color #5F49AE: hue angle of 253.07º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F49AE is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9573174-
CMYK0.450.5800.32
HSL253.07º40.89%48.43%-
HSV(B)253.07º58.05%68.24%-
XYZ14.7410.2541.25-
YUV91.09174.79130.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.78%
GREEN value IS 73 (28.91% from 255) = 21.35%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=27.78%
G=21.35%
B=50.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95731740.450.5800.32253.0740.8948.43
Hex5F49AE2D3A020fd2930
Octal13711125655720403755160
Binary1011111100100110101110101101111010010000011111101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F49AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,73,174); }

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

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

 a { background-color: rgb(95,73,174); }

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

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

 span { border-color: rgb(95,73,174); }

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