#5F4DA8

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

Shades of Blue Marguerite #5F4DA8

Tints of Blue Marguerite #5F4DA8

Color information

#5F4DA8 (or 0x5F4DA8) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 4D and A8. RGB value is (95,77,168). Sum of RGB (Red+Green+Blue) = 95+77+168=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 168 (66.02% from 255 or 49.41% from 340); Max value from RGB is 168 - color contains mainly: blue. Hex color #5F4DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4DA8 is #A0B257. Grayscale: #5C5C5C. Windows color (decimal): -10531416 or 11029855. OLE color: 11029855.

HSL color Cylindrical-coordinate representation of color #5F4DA8: hue angle of 251.87º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F4DA8 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9577168-
CMYK0.430.5400.34
HSL251.87º37.14%48.04%-
HSV(B)251.87º54.17%65.88%-
XYZ14.4410.5738.32-
YUV92.76170.46129.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.94%
GREEN value IS 77 (30.47% from 255) = 22.65%
BLUE value IS 168 (66.02% from 255) = 49.41%
R=27.94%
G=22.65%
B=49.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal95771680.430.5400.34251.8737.1448.04
Hex5F4DA82B36022fc2530
Octal13711525053660423744560
Binary1011111100110110101000101011110110010001011111100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,77,168); }

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

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

 a { background-color: rgb(95,77,168); }

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

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

 span { border-color: rgb(95,77,168); }

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