Html Css Color HEX #655587 Butterfly Bush

📋 copy color: '#655587'

red 101 ◦ green 85 ◦ blue 135

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

Shades of Butterfly Bush #655587

Tints of Butterfly Bush #655587

RGB

 RED value IS 101 (39.84% from 255) = 31.46%

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

 BLUE value IS 135 (53.13% from 255) = 42.06%

R = 31.46%
G = 26.48%
B = 42.06%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#655587 (or 0x655587) is known color: Butterfly Bush. HEX triplet: 65, 55 and 87. RGB value is (101,85,135). Sum of RGB (Red+Green+Blue) = 101+85+135=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #655587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655587 is #9AAA78. Grayscale: #5F5F5F. Windows color (decimal): -10136185 or 8869221. OLE color: 8869221.

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

Color convert

RGB 101 85 135 -
CMYK 0.25 0.37 0 0.47
HSL 259.2º 0.23% 0.43% -
HSV(B) 259.2º 0.37% 0.53% -
XYZ 12.99 11.01 24.36 -
YUV 95.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 101 85 135 0.25 0.37 0 0.47 259.2 0.23 0.43
Hex 65 55 87 19 25 0 2F 103 17 2B
Octal 145 125 207 31 45 0 57 403 27 53
Binary 1100101 1010101 10000111 11001 100101 0 101111 100000011 10111 101011

Color Harmonies of #655587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655587

Black with #655587

Text Example


Text Example

White with #655587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655587; }

 p { color: rgb(101,85,135); }

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

background-color css

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

 a { background-color: rgb(101,85,135); }

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

border-color css

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

 span { border-color: rgb(101,85,135); }

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