#66529C

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

Shades of Butterfly Bush #66529C

Tints of Butterfly Bush #66529C

Color information

#66529C (or 0x66529C) is unknown color: approx Butterfly Bush. HEX triplet: 66, 52 and 9C. RGB value is (102,82,156). Sum of RGB (Red+Green+Blue) = 102+82+156=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #66529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66529C is #99AD63. Grayscale: #606060. Windows color (decimal): -10071396 or 10244710. OLE color: 10244710.

HSL color Cylindrical-coordinate representation of color #66529C: hue angle of 256.22º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66529C is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10282156-
CMYK0.350.4700.39
HSL256.22º31.09%46.67%-
HSV(B)256.22º47.44%61.18%-
XYZ14.511.2632.86-
YUV96.42161.63131.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 82 (32.42% from 255) = 24.12%
BLUE value IS 156 (61.33% from 255) = 45.88%
R=30%
G=24.12%
B=45.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102821560.350.4700.39256.2231.0946.67
Hex66529C232F0271001f2f
Octal14612223443570474003757
Binary1100110101001010011100100011101111010011110000000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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