#665785

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

Shades of Butterfly Bush #665785

Tints of Butterfly Bush #665785

Color information

#665785 (or 0x665785) is unknown color: approx Butterfly Bush. HEX triplet: 66, 57 and 85. RGB value is (102,87,133). Sum of RGB (Red+Green+Blue) = 102+87+133=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #665785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665785 is #99A87A. Grayscale: #606060. Windows color (decimal): -10070139 or 8738662. OLE color: 8738662.

HSL color Cylindrical-coordinate representation of color #665785: hue angle of 259.57º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #665785 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10287133-
CMYK0.230.3500.48
HSL259.57º20.91%43.14%-
HSV(B)259.57º34.59%52.16%-
XYZ13.1211.3323.69-
YUV96.73148.47131.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=31.68%
G=27.02%
B=41.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102871330.230.3500.48259.5720.9143.14
Hex6657851723030104152b
Octal14612720527430604042553
Binary110011010101111000010110111100011011000010000010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665785; }

 p { color: rgb(102,87,133); }

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

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

 a { background-color: rgb(102,87,133); }

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

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

 span { border-color: rgb(102,87,133); }

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