#5F4EAF

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

Shades of Blue Marguerite #5F4EAF

Tints of Blue Marguerite #5F4EAF

Color information

#5F4EAF (or 0x5F4EAF) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 4E and AF. RGB value is (95,78,175). Sum of RGB (Red+Green+Blue) = 95+78+175=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F4EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4EAF is #A0B150. Grayscale: #5D5D5D. Windows color (decimal): -10531153 or 11488863. OLE color: 11488863.

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

Color convert

RGB9578175-
CMYK0.460.5500.31
HSL250.52º38.34%49.61%-
HSV(B)250.52º55.43%68.63%-
XYZ15.1810.9841.88-
YUV94.14173.63128.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.30%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 175 (68.75% from 255) = 50.29%
R=27.30%
G=22.41%
B=50.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95781750.460.5500.31250.5238.3449.61
Hex5F4EAF2E3701Ffb2632
Octal13711625756670373734662
Binary101111110011101010111110111011011101111111111011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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