#5F5189

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

Shades of Butterfly Bush #5F5189

Tints of Butterfly Bush #5F5189

Color information

#5F5189 (or 0x5F5189) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 51 and 89. RGB value is (95,81,137). Sum of RGB (Red+Green+Blue) = 95+81+137=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #5F5189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5189 is #A0AE76. Grayscale: #5B5B5B. Windows color (decimal): -10530423 or 8999263. OLE color: 8999263.

HSL color Cylindrical-coordinate representation of color #5F5189: hue angle of 255º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F5189 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9581137-
CMYK0.310.4100.46
HSL255º25.69%42.75%-
HSV(B)255º40.88%53.73%-
XYZ12.1810.1224.98-
YUV91.57153.64130.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.35%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=30.35%
G=25.88%
B=43.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95811370.310.4100.4625525.6942.75
Hex5F51891F2902Eff1a2b
Octal13712121137510563773253
Binary10111111010001100010011111110100101011101111111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,81,137); }

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

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

 a { background-color: rgb(95,81,137); }

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

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

 span { border-color: rgb(95,81,137); }

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