#5F4FBE

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

Shades of Blue Marguerite #5F4FBE

Tints of Blue Marguerite #5F4FBE

Color information

#5F4FBE (or 0x5F4FBE) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 4F and BE. RGB value is (95,79,190). Sum of RGB (Red+Green+Blue) = 95+79+190=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F4FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4FBE is #A0B041. Grayscale: #606060. Windows color (decimal): -10530882 or 12472159. OLE color: 12472159.

HSL color Cylindrical-coordinate representation of color #5F4FBE: hue angle of 248.65º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F4FBE is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9579190-
CMYK0.50.5800.25
HSL248.65º46.06%52.75%-
HSV(B)248.65º58.42%74.51%-
XYZ16.8111.7450.1-
YUV96.44180.8126.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.10%
GREEN value IS 79 (31.25% from 255) = 21.70%
BLUE value IS 190 (74.61% from 255) = 52.20%
R=26.10%
G=21.70%
B=52.20%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95791900.50.5800.25248.6546.0652.75
Hex5F4FBE323A019f92e35
Octal13711727662720313715665
Binary101111110011111011111011001011101001100111111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,79,190); }

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

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

 a { background-color: rgb(95,79,190); }

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

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

 span { border-color: rgb(95,79,190); }

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