#5F54BA

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

Shades of Blue Marguerite #5F54BA

Tints of Blue Marguerite #5F54BA

Color information

#5F54BA (or 0x5F54BA) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 54 and BA. RGB value is (95,84,186). Sum of RGB (Red+Green+Blue) = 95+84+186=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F54BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F54BA is #A0AB45. Grayscale: #626262. Windows color (decimal): -10529606 or 12211295. OLE color: 12211295.

HSL color Cylindrical-coordinate representation of color #5F54BA: hue angle of 246.47º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F54BA is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9584186-
CMYK0.490.5500.27
HSL246.47º42.5%52.94%-
HSV(B)246.47º54.84%72.94%-
XYZ16.7512.3247.95-
YUV98.92177.14125.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.03%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=26.03%
G=23.01%
B=50.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95841860.490.5500.27246.4742.552.94
Hex5F54BA313701Bf62a35
Octal13712427261670333665265
Binary101111110101001011101011000111011101101111110110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F54BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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