#5F54BE

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

Shades of Blue Marguerite #5F54BE

Tints of Blue Marguerite #5F54BE

Color information

#5F54BE (or 0x5F54BE) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 54 and BE. RGB value is (95,84,190). Sum of RGB (Red+Green+Blue) = 95+84+190=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F54BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F54BE is #A0AB41. Grayscale: #626262. Windows color (decimal): -10529602 or 12473439. OLE color: 12473439.

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

Color convert

RGB9584190-
CMYK0.50.5600.25
HSL246.23º44.92%53.73%-
HSV(B)246.23º55.79%74.51%-
XYZ17.1812.4950.22-
YUV99.37179.14124.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.75%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=25.75%
G=22.76%
B=51.49%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95841900.50.5600.25246.2344.9253.73
Hex5F54BE3238019f62d36
Octal13712427662700313665566
Binary101111110101001011111011001011100001100111110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F54BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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