#5F45B4

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

Shades of Blue Marguerite #5F45B4

Tints of Blue Marguerite #5F45B4

Color information

#5F45B4 (or 0x5F45B4) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 45 and B4. RGB value is (95,69,180). Sum of RGB (Red+Green+Blue) = 95+69+180=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 180 (70.70% from 255 or 52.33% from 344); Max value from RGB is 180 - color contains mainly: blue. Hex color #5F45B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F45B4 is #A0BA4B. Grayscale: #595959. Windows color (decimal): -10533452 or 11814239. OLE color: 11814239.

HSL color Cylindrical-coordinate representation of color #5F45B4: hue angle of 254.05º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F45B4 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9569180-
CMYK0.470.6200.29
HSL254.05º44.58%48.82%-
HSV(B)254.05º61.67%70.59%-
XYZ15.099.9844.31-
YUV89.43179.11131.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.62%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 180 (70.70% from 255) = 52.33%
R=27.62%
G=20.06%
B=52.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal95691800.470.6200.29254.0544.5848.82
Hex5F45B42F3E01Dfe2d31
Octal13710526457760353765561
Binary101111110001011011010010111111111001110111111110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F45B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,69,180); }

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

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

 a { background-color: rgb(95,69,180); }

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

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

 span { border-color: rgb(95,69,180); }

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