#5F4BBA

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

Shades of Blue Marguerite #5F4BBA

Tints of Blue Marguerite #5F4BBA

Color information

#5F4BBA (or 0x5F4BBA) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 4B and BA. RGB value is (95,75,186). Sum of RGB (Red+Green+Blue) = 95+75+186=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F4BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4BBA is #A0B445. Grayscale: #5D5D5D. Windows color (decimal): -10531910 or 12208991. OLE color: 12208991.

HSL color Cylindrical-coordinate representation of color #5F4BBA: hue angle of 250.81º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F4BBA is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9575186-
CMYK0.490.6000.27
HSL250.81º44.58%51.18%-
HSV(B)250.81º59.68%72.94%-
XYZ16.111.0147.73-
YUV93.63180.13128.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.69%
GREEN value IS 75 (29.69% from 255) = 21.07%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=26.69%
G=21.07%
B=52.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95751860.490.6000.27250.8144.5851.18
Hex5F4BBA313C01Bfb2d33
Octal13711327261740333735563
Binary101111110010111011101011000111110001101111111011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,75,186); }

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

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

 a { background-color: rgb(95,75,186); }

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

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

 span { border-color: rgb(95,75,186); }

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