#665287

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

Shades of Butterfly Bush #665287

Tints of Butterfly Bush #665287

Color information

#665287 (or 0x665287) is unknown color: approx Butterfly Bush. HEX triplet: 66, 52 and 87. RGB value is (102,82,135). Sum of RGB (Red+Green+Blue) = 102+82+135=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #665287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665287 is #99AD78. Grayscale: #5D5D5D. Windows color (decimal): -10071417 or 8868454. OLE color: 8868454.

HSL color Cylindrical-coordinate representation of color #665287: hue angle of 262.64º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #665287 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10282135-
CMYK0.240.3900.47
HSL262.64º24.42%42.55%-
HSV(B)262.64º39.26%52.94%-
XYZ12.8710.6124.29-
YUV94.02151.13133.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 135 (53.12% from 255) = 42.32%
R=31.97%
G=25.71%
B=42.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102821350.240.3900.47262.6424.4242.55
Hex665287182702F107182b
Octal14612220730470574073053
Binary110011010100101000011111000100111010111110000011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665287; }

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

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

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

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

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

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

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

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