Html Css Color HEX #665588 Butterfly Bush

📋 copy color: '#665588'

red 102 ◦ green 85 ◦ blue 136

#665588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #665588

Tints of Butterfly Bush #665588

RGB

 RED value IS 102 (40.23% from 255) = 31.58%

 GREEN value IS 85 (33.59% from 255) = 26.32%

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 31.58%
G = 26.32%
B = 42.11%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#665588 (or 0x665588) is known color: Butterfly Bush. HEX triplet: 66, 55 and 88. RGB value is (102,85,136). Sum of RGB (Red+Green+Blue) = 102+85+136=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #665588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665588 is #99AA77. Grayscale: #5F5F5F. Windows color (decimal): -10070648 or 8934758. OLE color: 8934758.

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

Color convert

RGB 102 85 136 -
CMYK 0.25 0.38 0 0.47
HSL 260º 0.23% 0.43% -
HSV(B) 260º 0.38% 0.53% -
XYZ 13.17 11.1 24.74 -
YUV 95.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 102 85 136 0.25 0.38 0 0.47 260 0.23 0.43
Hex 66 55 88 19 26 0 2F 104 17 2B
Octal 146 125 210 31 46 0 57 404 27 53
Binary 1100110 1010101 10001000 11001 100110 0 101111 100000100 10111 101011

Color Harmonies of #665588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665588

Black with #665588

Text Example


Text Example

White with #665588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665588; }

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

 H1.HeaderClassName
 {
   color: #665588;
 }
 .AnyTagClassName
 {
   color: #665588;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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