#5F5991

Color #5F5991 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #5F5991

Tints of Butterfly Bush #5F5991

Color information

#5F5991 (or 0x5F5991) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 59 and 91. RGB value is (95,89,145). Sum of RGB (Red+Green+Blue) = 95+89+145=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #5F5991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5991 is #A0A66E. Grayscale: #606060. Windows color (decimal): -10528367 or 9525599. OLE color: 9525599.

HSL color Cylindrical-coordinate representation of color #5F5991: hue angle of 246.43º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F5991 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9589145-
CMYK0.340.3900.43
HSL246.43º23.93%45.88%-
HSV(B)246.43º38.62%56.86%-
XYZ13.411.6228.32-
YUV97.18154.99126.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.88%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 145 (57.03% from 255) = 44.07%
R=28.88%
G=27.05%
B=44.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal95891450.340.3900.43246.4323.9345.88
Hex5F5991222702Bf6182e
Octal13713122142470533663056
Binary101111110110011001000110001010011101010111111011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,89,145); }

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

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

 a { background-color: rgb(95,89,145); }

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

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

 span { border-color: rgb(95,89,145); }

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