#5f46ac

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

Shades of Blue Marguerite #5F46AC

Tints of Blue Marguerite #5F46AC

Color information

#5F46AC (or 0x5F46AC) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 46 and AC. RGB value is (95,70,172). Sum of RGB (Red+Green+Blue) = 95+70+172=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F46AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F46AC is #A0B953. Grayscale: #585858. Windows color (decimal): -10533204 or 11290207. OLE color: 11290207.

HSL color Cylindrical-coordinate representation of color #5F46AC: hue angle of 254.71º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F46AC is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9570172-
CMYK0.450.5900.33
HSL254.71º42.15%47.45%-
HSV(B)254.71º59.3%67.45%-
XYZ14.369.7940.16-
YUV89.1174.78132.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.19%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=28.19%
G=20.77%
B=51.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95701720.450.5900.33254.7142.1547.45
Hex5F46AC2D3B021ff2a2f
Octal13710625455730413775257
Binary1011111100011010101100101101111011010000111111111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f46ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,70,172); }

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

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

 a { background-color: rgb(95,70,172); }

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

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

 span { border-color: rgb(95,70,172); }

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