#5F47BC

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

Shades of Blue Marguerite #5F47BC

Tints of Blue Marguerite #5F47BC

Color information

#5F47BC (or 0x5F47BC) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 47 and BC. RGB value is (95,71,188). Sum of RGB (Red+Green+Blue) = 95+71+188=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F47BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F47BC is #A0B843. Grayscale: #5B5B5B. Windows color (decimal): -10532932 or 12339039. OLE color: 12339039.

HSL color Cylindrical-coordinate representation of color #5F47BC: hue angle of 252.31º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F47BC is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9571188-
CMYK0.490.6200.26
HSL252.31º46.61%50.78%-
HSV(B)252.31º62.23%73.73%-
XYZ16.0510.5748.77-
YUV91.51182.45130.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.84%
GREEN value IS 71 (28.12% from 255) = 20.06%
BLUE value IS 188 (73.83% from 255) = 53.11%
R=26.84%
G=20.06%
B=53.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal95711880.490.6200.26252.3146.6150.78
Hex5F47BC313E01Afc2f33
Octal13710727461760323745763
Binary101111110001111011110011000111111001101011111100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F47BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,71,188); }

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

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

 a { background-color: rgb(95,71,188); }

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

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

 span { border-color: rgb(95,71,188); }

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