#5F4AB6

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

Shades of Blue Marguerite #5F4AB6

Tints of Blue Marguerite #5F4AB6

Color information

#5F4AB6 (or 0x5F4AB6) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 4A and B6. RGB value is (95,74,182). Sum of RGB (Red+Green+Blue) = 95+74+182=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 182 (71.48% from 255 or 51.85% from 351); Max value from RGB is 182 - color contains mainly: blue. Hex color #5F4AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4AB6 is #A0B549. Grayscale: #5C5C5C. Windows color (decimal): -10532170 or 11946591. OLE color: 11946591.

HSL color Cylindrical-coordinate representation of color #5F4AB6: hue angle of 251.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F4AB6 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9574182-
CMYK0.480.5900.29
HSL251.67º42.52%50.2%-
HSV(B)251.67º59.34%71.37%-
XYZ15.6110.7145.5-
YUV92.59178.46129.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.07%
GREEN value IS 74 (29.30% from 255) = 21.08%
BLUE value IS 182 (71.48% from 255) = 51.85%
R=27.07%
G=21.08%
B=51.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal95741820.480.5900.29251.6742.5250.2
Hex5F4AB6303B01Dfc2b32
Octal13711226660730353745362
Binary101111110010101011011011000011101101110111111100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,74,182); }

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

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

 a { background-color: rgb(95,74,182); }

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

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

 span { border-color: rgb(95,74,182); }

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