#605595

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

Shades of Butterfly Bush #605595

Tints of Butterfly Bush #605595

Color information

#605595 (or 0x605595) is unknown color: approx Butterfly Bush. HEX triplet: 60, 55 and 95. RGB value is (96,85,149). Sum of RGB (Red+Green+Blue) = 96+85+149=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #605595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605595 is #9FAA6A. Grayscale: #5F5F5F. Windows color (decimal): -10463851 or 9786720. OLE color: 9786720.

HSL color Cylindrical-coordinate representation of color #605595: hue angle of 250.31º 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 #605595 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9685149-
CMYK0.360.4300.42
HSL250.31º27.35%45.88%-
HSV(B)250.31º42.95%58.43%-
XYZ13.511.1529.88-
YUV95.58158.14128.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 149 (58.59% from 255) = 45.15%
R=29.09%
G=25.76%
B=45.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96851490.360.4300.42250.3127.3545.88
Hex605595242B02Afa1b2e
Octal14012522544530523723356
Binary110000010101011001010110010010101101010101111101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605595; }

 p { color: rgb(96,85,149); }

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

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

 a { background-color: rgb(96,85,149); }

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

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

 span { border-color: rgb(96,85,149); }

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