#655594

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

Shades of Butterfly Bush #655594

Tints of Butterfly Bush #655594

Color information

#655594 (or 0x655594) is unknown color: approx Butterfly Bush. HEX triplet: 65, 55 and 94. RGB value is (101,85,148). Sum of RGB (Red+Green+Blue) = 101+85+148=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #655594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655594 is #9AAA6B. Grayscale: #606060. Windows color (decimal): -10136172 or 9721189. OLE color: 9721189.

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

Color convert

RGB10185148-
CMYK0.320.4300.42
HSL255.24º27.04%45.69%-
HSV(B)255.24º42.57%58.04%-
XYZ13.9611.429.48-
YUV96.97156.8130.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.24%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 148 (58.20% from 255) = 44.31%
R=30.24%
G=25.45%
B=44.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101851480.320.4300.42255.2427.0445.69
Hex655594202B02Aff1b2e
Octal14512522440530523773356
Binary110010110101011001010010000010101101010101111111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655594; }

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

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

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

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

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

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

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

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