#605596

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

Shades of Butterfly Bush #605596

Tints of Butterfly Bush #605596

Color information

#605596 (or 0x605596) is unknown color: approx Butterfly Bush. HEX triplet: 60, 55 and 96. RGB value is (96,85,150). Sum of RGB (Red+Green+Blue) = 96+85+150=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #605596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605596 is #9FAA69. Grayscale: #5F5F5F. Windows color (decimal): -10463850 or 9852256. OLE color: 9852256.

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

Color convert

RGB9685150-
CMYK0.360.4300.41
HSL250.15º27.66%46.08%-
HSV(B)250.15º43.33%58.82%-
XYZ13.5811.1930.3-
YUV95.7158.64128.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 150 (58.98% from 255) = 45.32%
R=29.00%
G=25.68%
B=45.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96851500.360.4300.41250.1527.6646.08
Hex605596242B029fa1c2e
Octal14012522644530513723456
Binary110000010101011001011010010010101101010011111101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605596; }

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

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

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

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

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

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

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

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