#5F4DA3

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

Shades of Blue Marguerite #5F4DA3

Tints of Blue Marguerite #5F4DA3

Color information

#5F4DA3 (or 0x5F4DA3) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 4D and A3. RGB value is (95,77,163). Sum of RGB (Red+Green+Blue) = 95+77+163=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 163 (64.06% from 255 or 48.66% from 335); Max value from RGB is 163 - color contains mainly: blue. Hex color #5F4DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4DA3 is #A0B25C. Grayscale: #5B5B5B. Windows color (decimal): -10531421 or 10702175. OLE color: 10702175.

HSL color Cylindrical-coordinate representation of color #5F4DA3: hue angle of 252.56º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F4DA3 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9577163-
CMYK0.420.5300.36
HSL252.56º35.83%47.06%-
HSV(B)252.56º52.76%63.92%-
XYZ13.9810.3835.92-
YUV92.19167.96130.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.36%
GREEN value IS 77 (30.47% from 255) = 22.99%
BLUE value IS 163 (64.06% from 255) = 48.66%
R=28.36%
G=22.99%
B=48.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95771630.420.5300.36252.5635.8347.06
Hex5F4DA32A35024fd242f
Octal13711524352650443754457
Binary1011111100110110100011101010110101010010011111101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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