#65558D

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

Shades of Butterfly Bush #65558D

Tints of Butterfly Bush #65558D

Color information

#65558D (or 0x65558D) is unknown color: approx Butterfly Bush. HEX triplet: 65, 55 and 8D. RGB value is (101,85,141). Sum of RGB (Red+Green+Blue) = 101+85+141=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #65558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65558D is #9AAA72. Grayscale: #5F5F5F. Windows color (decimal): -10136179 or 9262437. OLE color: 9262437.

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

Color convert

RGB10185141-
CMYK0.280.4000.45
HSL257.14º24.78%44.31%-
HSV(B)257.14º39.72%55.29%-
XYZ13.4211.1926.65-
YUV96.17153.3131.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.89%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 141 (55.47% from 255) = 43.12%
R=30.89%
G=25.99%
B=43.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101851410.280.4000.45257.1424.7844.31
Hex65558D1C2802D101192c
Octal14512521534500554013154
Binary110010110101011000110111100101000010110110000000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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