#66588C

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

Shades of Butterfly Bush #66588C

Tints of Butterfly Bush #66588C

Color information

#66588C (or 0x66588C) is unknown color: approx Butterfly Bush. HEX triplet: 66, 58 and 8C. RGB value is (102,88,140). Sum of RGB (Red+Green+Blue) = 102+88+140=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #66588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66588C is #99A773. Grayscale: #616161. Windows color (decimal): -10069876 or 9197670. OLE color: 9197670.

HSL color Cylindrical-coordinate representation of color #66588C: hue angle of 256.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66588C is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10288140-
CMYK0.270.3700.45
HSL256.15º22.81%44.71%-
HSV(B)256.15º37.14%54.9%-
XYZ13.711.726.35-
YUV98.11151.64130.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=30.91%
G=26.67%
B=42.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102881400.270.3700.45256.1522.8144.71
Hex66588C1B2502D100172d
Octal14613021433450554002755
Binary110011010110001000110011011100101010110110000000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,88,140); }

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

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

 a { background-color: rgb(102,88,140); }

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

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

 span { border-color: rgb(102,88,140); }

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