#5F4DAA

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

Shades of Blue Marguerite #5F4DAA

Tints of Blue Marguerite #5F4DAA

Color information

#5F4DAA (or 0x5F4DAA) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 4D and AA. RGB value is (95,77,170). Sum of RGB (Red+Green+Blue) = 95+77+170=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F4DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4DAA is #A0B255. Grayscale: #5C5C5C. Windows color (decimal): -10531414 or 11160927. OLE color: 11160927.

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

Color convert

RGB9577170-
CMYK0.440.5500.33
HSL251.61º37.65%48.43%-
HSV(B)251.61º54.71%66.67%-
XYZ14.6310.6439.31-
YUV92.98171.46129.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.78%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 170 (66.80% from 255) = 49.71%
R=27.78%
G=22.51%
B=49.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95771700.440.5500.33251.6137.6548.43
Hex5F4DAA2C37021fc2630
Octal13711525254670413744660
Binary1011111100110110101010101100110111010000111111100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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