#665288

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

Shades of Butterfly Bush #665288

Tints of Butterfly Bush #665288

Color information

#665288 (or 0x665288) is unknown color: approx Butterfly Bush. HEX triplet: 66, 52 and 88. RGB value is (102,82,136). Sum of RGB (Red+Green+Blue) = 102+82+136=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #665288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665288 is #99AD77. Grayscale: #5D5D5D. Windows color (decimal): -10071416 or 8933990. OLE color: 8933990.

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

Color convert

RGB10282136-
CMYK0.250.4000.47
HSL262.22º24.77%42.75%-
HSV(B)262.22º39.71%53.33%-
XYZ12.9410.6424.66-
YUV94.14151.63133.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.88%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 136 (53.52% from 255) = 42.5%
R=31.88%
G=25.62%
B=42.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102821360.250.4000.47262.2224.7742.75
Hex665288192802F106192b
Octal14612221031500574063153
Binary110011010100101000100011001101000010111110000011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665288; }

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

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

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

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

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

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

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

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