#60517C

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

Shades of Butterfly Bush #60517C

Tints of Butterfly Bush #60517C

Color information

#60517C (or 0x60517C) is unknown color: approx Butterfly Bush. HEX triplet: 60, 51 and 7C. RGB value is (96,81,124). Sum of RGB (Red+Green+Blue) = 96+81+124=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #60517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60517C is #9FAE83. Grayscale: #5A5A5A. Windows color (decimal): -10464900 or 8147296. OLE color: 8147296.

HSL color Cylindrical-coordinate representation of color #60517C: hue angle of 260.93º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60517C is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9681124-
CMYK0.230.3500.51
HSL260.93º20.98%40.2%-
HSV(B)260.93º34.68%48.63%-
XYZ11.49.8320.36-
YUV90.39146.97132-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=31.89%
G=26.91%
B=41.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96811240.230.3500.51260.9320.9840.2
Hex60517C17230331051528
Octal14012117427430634052550
Binary11000001010001111110010111100011011001110000010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60517C; }

 p { color: rgb(96,81,124); }

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

<style>
 a { background-color: #60517C; }

 a { background-color: rgb(96,81,124); }

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

<style>
 span { border-color: #60517C; }

 span { border-color: rgb(96,81,124); }

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