#66588D

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

Shades of Butterfly Bush #66588D

Tints of Butterfly Bush #66588D

Color information

#66588D (or 0x66588D) is unknown color: approx Butterfly Bush. HEX triplet: 66, 58 and 8D. RGB value is (102,88,141). Sum of RGB (Red+Green+Blue) = 102+88+141=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #66588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66588D is #99A772. Grayscale: #626262. Windows color (decimal): -10069875 or 9263206. OLE color: 9263206.

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

Color convert

RGB10288141-
CMYK0.280.3800.45
HSL255.85º23.14%44.9%-
HSV(B)255.85º37.59%55.29%-
XYZ13.7811.7326.74-
YUV98.23152.14130.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 141 (55.47% from 255) = 42.60%
R=30.82%
G=26.59%
B=42.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102881410.280.3800.45255.8523.1444.9
Hex66588D1C2602D100172d
Octal14613021534460554002755
Binary110011010110001000110111100100110010110110000000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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