#655795

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

Shades of Butterfly Bush #655795

Tints of Butterfly Bush #655795

Color information

#655795 (or 0x655795) is unknown color: approx Butterfly Bush. HEX triplet: 65, 57 and 95. RGB value is (101,87,149). Sum of RGB (Red+Green+Blue) = 101+87+149=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #655795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655795 is #9AA86A. Grayscale: #626262. Windows color (decimal): -10135659 or 9787237. OLE color: 9787237.

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

Color convert

RGB10187149-
CMYK0.320.4200.42
HSL253.55º26.27%46.27%-
HSV(B)253.55º41.61%58.43%-
XYZ14.211.7529.95-
YUV98.25156.64129.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.97%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=29.97%
G=25.82%
B=44.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101871490.320.4200.42253.5526.2746.27
Hex655795202A02Afe1a2e
Octal14512722540520523763256
Binary110010110101111001010110000010101001010101111111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655795; }

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

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

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

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

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

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

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

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