Html Css Color HEX #66557D Butterfly Bush

📋 copy color: '#66557D'

red 102 ◦ green 85 ◦ blue 125

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

Shades of Butterfly Bush #66557D

Tints of Butterfly Bush #66557D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 32.69%
G = 27.24%
B = 40.06%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66557D (or 0x66557D) is known color: Butterfly Bush. HEX triplet: 66, 55 and 7D. RGB value is (102,85,125). Sum of RGB (Red+Green+Blue) = 102+85+125=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 125 - color contains mainly: blue. Hex color #66557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66557D is #99AA82. Grayscale: #5E5E5E. Windows color (decimal): -10070659 or 8213862. OLE color: 8213862.

HSL color Cylindrical-coordinate representation of color #66557D: hue angle of 265.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66557D is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 85 125 -
CMYK 0.18 0.32 0 0.51
HSL 265.5º 0.19% 0.41% -
HSV(B) 265.5º 0.32% 0.49% -
XYZ 12.43 10.8 20.83 -
YUV 94.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 102 85 125 0.18 0.32 0 0.51 265.5 0.19 0.41
Hex 66 55 7D 12 20 0 33 10A 13 29
Octal 146 125 175 22 40 0 63 412 23 51
Binary 1100110 1010101 1111101 10010 100000 0 110011 100001010 10011 101001

Color Harmonies of #66557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66557D

Black with #66557D

Text Example


Text Example

White with #66557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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