#665586

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

Shades of Butterfly Bush #665586

Tints of Butterfly Bush #665586

Color information

#665586 (or 0x665586) is unknown color: approx Butterfly Bush. HEX triplet: 66, 55 and 86. RGB value is (102,85,134). Sum of RGB (Red+Green+Blue) = 102+85+134=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #665586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665586 is #99AA79. Grayscale: #5F5F5F. Windows color (decimal): -10070650 or 8803686. OLE color: 8803686.

HSL color Cylindrical-coordinate representation of color #665586: hue angle of 260.82º degrees, saturation: 0.22, 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 #665586 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10285134-
CMYK0.240.3700.47
HSL260.82º22.37%42.94%-
HSV(B)260.82º36.57%52.55%-
XYZ13.0311.0424-
YUV95.67149.63132.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.78%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=31.78%
G=26.48%
B=41.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102851340.240.3700.47260.8222.3742.94
Hex665586182502F105162b
Octal14612520630450574052653
Binary110011010101011000011011000100101010111110000010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665586; }

 p { color: rgb(102,85,134); }

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

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

 a { background-color: rgb(102,85,134); }

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

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

 span { border-color: rgb(102,85,134); }

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