#5F48AE

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

Shades of Blue Marguerite #5F48AE

Tints of Blue Marguerite #5F48AE

Color information

#5F48AE (or 0x5F48AE) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 48 and AE. RGB value is (95,72,174). Sum of RGB (Red+Green+Blue) = 95+72+174=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F48AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F48AE is #A0B751. Grayscale: #5A5A5A. Windows color (decimal): -10532690 or 11421791. OLE color: 11421791.

HSL color Cylindrical-coordinate representation of color #5F48AE: hue angle of 253.53º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F48AE is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9572174-
CMYK0.450.5900.32
HSL253.53º41.46%48.24%-
HSV(B)253.53º58.62%68.24%-
XYZ14.6810.1241.22-
YUV90.5175.12131.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.86%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=27.86%
G=21.11%
B=51.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95721740.450.5900.32253.5341.4648.24
Hex5F48AE2D3B020fe2930
Octal13711025655730403765160
Binary1011111100100010101110101101111011010000011111110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F48AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,72,174); }

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

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

 a { background-color: rgb(95,72,174); }

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

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

 span { border-color: rgb(95,72,174); }

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