#66527C

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

Shades of Butterfly Bush #66527C

Tints of Butterfly Bush #66527C

Color information

#66527C (or 0x66527C) is unknown color: approx Butterfly Bush. HEX triplet: 66, 52 and 7C. RGB value is (102,82,124). Sum of RGB (Red+Green+Blue) = 102+82+124=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #66527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66527C is #99AD83. Grayscale: #5C5C5C. Windows color (decimal): -10071428 or 8147558. OLE color: 8147558.

HSL color Cylindrical-coordinate representation of color #66527C: hue angle of 268.57º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66527C is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10282124-
CMYK0.180.3400.51
HSL268.57º20.39%40.39%-
HSV(B)268.57º33.87%48.63%-
XYZ12.1310.3120.42-
YUV92.77145.63134.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.12%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 124 (48.83% from 255) = 40.26%
R=33.12%
G=26.62%
B=40.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102821240.180.3400.51268.5720.3940.39
Hex66527C122203310d1428
Octal14612217422420634152450
Binary11001101010010111110010010100010011001110000110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66527C; }

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

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

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

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

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

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

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

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