#605589

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

Shades of Butterfly Bush #605589

Tints of Butterfly Bush #605589

Color information

#605589 (or 0x605589) is unknown color: approx Butterfly Bush. HEX triplet: 60, 55 and 89. RGB value is (96,85,137). Sum of RGB (Red+Green+Blue) = 96+85+137=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #605589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605589 is #9FAA76. Grayscale: #5E5E5E. Windows color (decimal): -10463863 or 9000288. OLE color: 9000288.

HSL color Cylindrical-coordinate representation of color #605589: hue angle of 252.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #605589 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9685137-
CMYK0.300.3800.46
HSL252.69º23.42%43.53%-
HSV(B)252.69º37.96%53.73%-
XYZ12.5910.7925.09-
YUV94.22152.14129.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 137 (53.91% from 255) = 43.08%
R=30.19%
G=26.73%
B=43.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96851370.300.3800.46252.6923.4243.53
Hex6055891E2602Efd172c
Octal14012521136460563752754
Binary11000001010101100010011111010011001011101111110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605589; }

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

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

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

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

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

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

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

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