#665596

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

Shades of Butterfly Bush #665596

Tints of Butterfly Bush #665596

Color information

#665596 (or 0x665596) is unknown color: approx Butterfly Bush. HEX triplet: 66, 55 and 96. RGB value is (102,85,150). Sum of RGB (Red+Green+Blue) = 102+85+150=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #665596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665596 is #99AA69. Grayscale: #616161. Windows color (decimal): -10070634 or 9852262. OLE color: 9852262.

HSL color Cylindrical-coordinate representation of color #665596: hue angle of 255.69º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #665596 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10285150-
CMYK0.320.4300.41
HSL255.69º27.66%46.08%-
HSV(B)255.69º43.33%58.82%-
XYZ14.2311.5230.33-
YUV97.49157.63131.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 150 (58.98% from 255) = 44.51%
R=30.27%
G=25.22%
B=44.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102851500.320.4300.41255.6927.6646.08
Hex665596202B0291001c2e
Octal14612522640530514003456
Binary1100110101010110010110100000101011010100110000000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665596; }

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

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

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

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

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

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

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

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