#655180

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

Shades of Butterfly Bush #655180

Tints of Butterfly Bush #655180

Color information

#655180 (or 0x655180) is unknown color: approx Butterfly Bush. HEX triplet: 65, 51 and 80. RGB value is (101,81,128). Sum of RGB (Red+Green+Blue) = 101+81+128=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #655180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655180 is #9AAE7F. Grayscale: #5C5C5C. Windows color (decimal): -10137216 or 8409445. OLE color: 8409445.

HSL color Cylindrical-coordinate representation of color #655180: hue angle of 265.53º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #655180 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10181128-
CMYK0.210.3700.50
HSL265.53º22.49%40.98%-
HSV(B)265.53º36.72%50.2%-
XYZ12.2110.2121.75-
YUV92.34148.13134.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 128 (50.39% from 255) = 41.29%
R=32.58%
G=26.13%
B=41.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101811280.210.3700.50265.5322.4940.98
Hex655180152503210a1629
Octal14512120025450624122651
Binary110010110100011000000010101100101011001010000101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655180; }

 p { color: rgb(101,81,128); }

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

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

 a { background-color: rgb(101,81,128); }

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

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

 span { border-color: rgb(101,81,128); }

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