#5F49AF

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

Shades of Blue Marguerite #5F49AF

Tints of Blue Marguerite #5F49AF

Color information

#5F49AF (or 0x5F49AF) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 49 and AF. RGB value is (95,73,175). Sum of RGB (Red+Green+Blue) = 95+73+175=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F49AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F49AF is #A0B650. Grayscale: #5A5A5A. Windows color (decimal): -10532433 or 11487583. OLE color: 11487583.

HSL color Cylindrical-coordinate representation of color #5F49AF: hue angle of 252.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F49AF is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9573175-
CMYK0.460.5800.31
HSL252.94º41.13%48.63%-
HSV(B)252.94º58.29%68.63%-
XYZ14.8410.2941.76-
YUV91.21175.29130.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.70%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 175 (68.75% from 255) = 51.02%
R=27.70%
G=21.28%
B=51.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95731750.460.5800.31252.9441.1348.63
Hex5F49AF2E3A01Ffd2931
Octal13711125756720373755161
Binary101111110010011010111110111011101001111111111101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F49AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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