#605593

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

Shades of Butterfly Bush #605593

Tints of Butterfly Bush #605593

Color information

#605593 (or 0x605593) is unknown color: approx Butterfly Bush. HEX triplet: 60, 55 and 93. RGB value is (96,85,147). Sum of RGB (Red+Green+Blue) = 96+85+147=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #605593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605593 is #9FAA6C. Grayscale: #5F5F5F. Windows color (decimal): -10463853 or 9655648. OLE color: 9655648.

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

Color convert

RGB9685147-
CMYK0.350.4200.42
HSL250.65º26.72%45.49%-
HSV(B)250.65º42.18%57.65%-
XYZ13.3411.0929.04-
YUV95.36157.14128.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.27%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=29.27%
G=25.91%
B=44.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96851470.350.4200.42250.6526.7245.49
Hex605593232A02Afb1b2d
Octal14012522343520523733355
Binary110000010101011001001110001110101001010101111101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605593; }

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

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

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

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

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

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

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

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