#5F558B

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

Shades of Butterfly Bush #5F558B

Tints of Butterfly Bush #5F558B

Color information

#5F558B (or 0x5F558B) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 55 and 8B. RGB value is (95,85,139). Sum of RGB (Red+Green+Blue) = 95+85+139=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F558B is #A0AA74. Grayscale: #5D5D5D. Windows color (decimal): -10529397 or 9131359. OLE color: 9131359.

HSL color Cylindrical-coordinate representation of color #5F558B: hue angle of 251.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F558B is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9585139-
CMYK0.320.3900.45
HSL251.11º24.11%43.92%-
HSV(B)251.11º38.85%54.51%-
XYZ12.6310.7925.84-
YUV94.15153.31128.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.78%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=29.78%
G=26.65%
B=43.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95851390.320.3900.45251.1124.1143.92
Hex5F558B202702Dfb182c
Octal13712521340470553733054
Binary101111110101011000101110000010011101011011111101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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