#665089

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

Shades of Butterfly Bush #665089

Tints of Butterfly Bush #665089

Color information

#665089 (or 0x665089) is unknown color: approx Butterfly Bush. HEX triplet: 66, 50 and 89. RGB value is (102,80,137). Sum of RGB (Red+Green+Blue) = 102+80+137=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #665089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665089 is #99AF76. Grayscale: #5C5C5C. Windows color (decimal): -10071927 or 8999014. OLE color: 8999014.

HSL color Cylindrical-coordinate representation of color #665089: hue angle of 263.16º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #665089 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10280137-
CMYK0.260.4200.46
HSL263.16º26.27%42.55%-
HSV(B)263.16º41.61%53.73%-
XYZ12.8610.3724.99-
YUV93.08152.79134.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=31.97%
G=25.08%
B=42.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102801370.260.4200.46263.1626.2742.55
Hex6650891A2A02E1071a2b
Octal14612021132520564073253
Binary110011010100001000100111010101010010111010000011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665089; }

 p { color: rgb(102,80,137); }

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

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

 a { background-color: rgb(102,80,137); }

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

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

 span { border-color: rgb(102,80,137); }

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