#5F5587

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

Shades of Butterfly Bush #5F5587

Tints of Butterfly Bush #5F5587

Color information

#5F5587 (or 0x5F5587) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 55 and 87. RGB value is (95,85,135). Sum of RGB (Red+Green+Blue) = 95+85+135=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #5F5587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5587 is #A0AA78. Grayscale: #5D5D5D. Windows color (decimal): -10529401 or 8869215. OLE color: 8869215.

HSL color Cylindrical-coordinate representation of color #5F5587: hue angle of 252º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F5587 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9585135-
CMYK0.300.3700.47
HSL252º22.73%43.14%-
HSV(B)252º37.04%52.94%-
XYZ12.3410.6824.33-
YUV93.69151.31128.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.16%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 135 (53.12% from 255) = 42.86%
R=30.16%
G=26.98%
B=42.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95851350.300.3700.4725222.7343.14
Hex5F55871E2502Ffc172b
Octal13712520736450573742753
Binary10111111010101100001111111010010101011111111110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,85,135); }

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

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

 a { background-color: rgb(95,85,135); }

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

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

 span { border-color: rgb(95,85,135); }

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