#66517C

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

Shades of Butterfly Bush #66517C

Tints of Butterfly Bush #66517C

Color information

#66517C (or 0x66517C) is unknown color: approx Butterfly Bush. HEX triplet: 66, 51 and 7C. RGB value is (102,81,124). Sum of RGB (Red+Green+Blue) = 102+81+124=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #66517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66517C is #99AE83. Grayscale: #5C5C5C. Windows color (decimal): -10071684 or 8147302. OLE color: 8147302.

HSL color Cylindrical-coordinate representation of color #66517C: hue angle of 269.3º 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 #66517C is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10281124-
CMYK0.180.3500.51
HSL269.3º20.98%40.2%-
HSV(B)269.3º34.68%48.63%-
XYZ12.0610.1620.4-
YUV92.18145.96135-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.22%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=33.22%
G=26.38%
B=40.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102811240.180.3500.51269.320.9840.2
Hex66517C122303310d1528
Octal14612117422430634152550
Binary11001101010001111110010010100011011001110000110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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