#665290

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

Shades of Butterfly Bush #665290

Tints of Butterfly Bush #665290

Color information

#665290 (or 0x665290) is unknown color: approx Butterfly Bush. HEX triplet: 66, 52 and 90. RGB value is (102,82,144). Sum of RGB (Red+Green+Blue) = 102+82+144=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #665290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665290 is #99AD6F. Grayscale: #5E5E5E. Windows color (decimal): -10071408 or 9458278. OLE color: 9458278.

HSL color Cylindrical-coordinate representation of color #665290: hue angle of 259.35º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #665290 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10282144-
CMYK0.290.4300.44
HSL259.35º27.43%44.31%-
HSV(B)259.35º43.06%56.47%-
XYZ13.5310.8727.77-
YUV95.05155.63132.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 82 (32.42% from 255) = 25%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=31.10%
G=25%
B=43.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102821440.290.4300.44259.3527.4344.31
Hex6652901D2B02C1031b2c
Octal14612222035530544033354
Binary110011010100101001000011101101011010110010000001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665290; }

 p { color: rgb(102,82,144); }

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

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

 a { background-color: rgb(102,82,144); }

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

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

 span { border-color: rgb(102,82,144); }

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