#605597

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

Shades of Butterfly Bush #605597

Tints of Butterfly Bush #605597

Color information

#605597 (or 0x605597) is unknown color: approx Butterfly Bush. HEX triplet: 60, 55 and 97. RGB value is (96,85,151). Sum of RGB (Red+Green+Blue) = 96+85+151=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #605597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605597 is #9FAA68. Grayscale: #5F5F5F. Windows color (decimal): -10463849 or 9917792. OLE color: 9917792.

HSL color Cylindrical-coordinate representation of color #605597: hue angle of 250º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #605597 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9685151-
CMYK0.360.4400.41
HSL250º27.97%46.27%-
HSV(B)250º43.71%59.22%-
XYZ13.6611.2230.72-
YUV95.81159.14128.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 151 (59.38% from 255) = 45.48%
R=28.92%
G=25.60%
B=45.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96851510.360.4400.4125027.9746.27
Hex605597242C029fa1c2e
Octal14012522744540513723456
Binary110000010101011001011110010010110001010011111101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605597; }

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

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

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

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

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

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

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

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