#5F568D

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

Shades of Butterfly Bush #5F568D

Tints of Butterfly Bush #5F568D

Color information

#5F568D (or 0x5F568D) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 56 and 8D. RGB value is (95,86,141). Sum of RGB (Red+Green+Blue) = 95+86+141=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F568D is #A0A972. Grayscale: #5E5E5E. Windows color (decimal): -10529139 or 9262687. OLE color: 9262687.

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

Color convert

RGB9586141-
CMYK0.330.3900.45
HSL249.82º24.23%44.51%-
HSV(B)249.82º39.01%55.29%-
XYZ12.8511.0126.65-
YUV94.96153.98128.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.50%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=29.50%
G=26.71%
B=43.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95861410.330.3900.45249.8224.2344.51
Hex5F568D212702Dfa182d
Octal13712621541470553723055
Binary101111110101101000110110000110011101011011111101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,86,141); }

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

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

 a { background-color: rgb(95,86,141); }

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

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

 span { border-color: rgb(95,86,141); }

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