#605590

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

Shades of Butterfly Bush #605590

Tints of Butterfly Bush #605590

Color information

#605590 (or 0x605590) is unknown color: approx Butterfly Bush. HEX triplet: 60, 55 and 90. RGB value is (96,85,144). Sum of RGB (Red+Green+Blue) = 96+85+144=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #605590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605590 is #9FAA6F. Grayscale: #5E5E5E. Windows color (decimal): -10463856 or 9459040. OLE color: 9459040.

HSL color Cylindrical-coordinate representation of color #605590: hue angle of 251.19º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #605590 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9685144-
CMYK0.330.4100.44
HSL251.19º25.76%44.9%-
HSV(B)251.19º40.97%56.47%-
XYZ13.111127.82-
YUV95.01155.64128.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=29.54%
G=26.15%
B=44.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96851440.330.4100.44251.1925.7644.9
Hex605590212902Cfb1a2d
Octal14012522041510543733255
Binary110000010101011001000010000110100101011001111101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605590; }

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

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

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

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

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

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

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

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