#655295

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

Shades of Butterfly Bush #655295

Tints of Butterfly Bush #655295

Color information

#655295 (or 0x655295) is unknown color: approx Butterfly Bush. HEX triplet: 65, 52 and 95. RGB value is (101,82,149). Sum of RGB (Red+Green+Blue) = 101+82+149=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #655295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655295 is #9AAD6A. Grayscale: #5F5F5F. Windows color (decimal): -10136939 or 9785957. OLE color: 9785957.

HSL color Cylindrical-coordinate representation of color #655295: hue angle of 257.01º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #655295 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10182149-
CMYK0.320.4500.42
HSL257.01º29%45.29%-
HSV(B)257.01º44.97%58.43%-
XYZ13.8110.9729.82-
YUV95.32158.29132.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.42%
GREEN value IS 82 (32.42% from 255) = 24.70%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=30.42%
G=24.70%
B=44.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101821490.320.4500.42257.012945.29
Hex655295202D02A1011d2d
Octal14512222540550524013555
Binary1100101101001010010101100000101101010101010000000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655295; }

 p { color: rgb(101,82,149); }

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

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

 a { background-color: rgb(101,82,149); }

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

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

 span { border-color: rgb(101,82,149); }

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