#5F54B6

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

Shades of Blue Marguerite #5F54B6

Tints of Blue Marguerite #5F54B6

Color information

#5F54B6 (or 0x5F54B6) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 54 and B6. RGB value is (95,84,182). Sum of RGB (Red+Green+Blue) = 95+84+182=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #5F54B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F54B6 is #A0AB49. Grayscale: #626262. Windows color (decimal): -10529610 or 11949151. OLE color: 11949151.

HSL color Cylindrical-coordinate representation of color #5F54B6: hue angle of 246.73º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F54B6 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9584182-
CMYK0.480.5400.29
HSL246.73º40.16%52.16%-
HSV(B)246.73º53.85%71.37%-
XYZ16.3312.1545.74-
YUV98.46175.14125.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.32%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 182 (71.48% from 255) = 50.42%
R=26.32%
G=23.27%
B=50.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal95841820.480.5400.29246.7340.1652.16
Hex5F54B6303601Df72834
Octal13712426660660353675064
Binary101111110101001011011011000011011001110111110111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F54B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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