Html Css Color HEX #665585 Butterfly Bush

📋 copy color: '#665585'

red 102 ◦ green 85 ◦ blue 133

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

Shades of Butterfly Bush #665585

Tints of Butterfly Bush #665585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.56%

R = 31.88%
G = 26.56%
B = 41.56%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#665585 (or 0x665585) is known color: Butterfly Bush. HEX triplet: 66, 55 and 85. RGB value is (102,85,133). Sum of RGB (Red+Green+Blue) = 102+85+133=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #665585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665585 is #99AA7A. Grayscale: #5F5F5F. Windows color (decimal): -10070651 or 8738150. OLE color: 8738150.

HSL color Cylindrical-coordinate representation of color #665585: hue angle of 261.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #665585 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 85 133 -
CMYK 0.23 0.36 0 0.48
HSL 261.25º 0.22% 0.43% -
HSV(B) 261.25º 0.36% 0.52% -
XYZ 12.96 11.02 23.63 -
YUV 95.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 102 85 133 0.23 0.36 0 0.48 261.25 0.22 0.43
Hex 66 55 85 17 24 0 30 105 16 2B
Octal 146 125 205 27 44 0 60 405 26 53
Binary 1100110 1010101 10000101 10111 100100 0 110000 100000101 10110 101011

Color Harmonies of #665585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665585

Black with #665585

Text Example


Text Example

White with #665585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665585; }

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

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

background-color css

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

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

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

border-color css

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

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

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