#605289

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

Shades of Butterfly Bush #605289

Tints of Butterfly Bush #605289

Color information

#605289 (or 0x605289) is unknown color: approx Butterfly Bush. HEX triplet: 60, 52 and 89. RGB value is (96,82,137). Sum of RGB (Red+Green+Blue) = 96+82+137=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #605289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605289 is #9FAD76. Grayscale: #5C5C5C. Windows color (decimal): -10464631 or 8999520. OLE color: 8999520.

HSL color Cylindrical-coordinate representation of color #605289: hue angle of 255.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #605289 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9682137-
CMYK0.300.4000.46
HSL255.27º25.11%42.94%-
HSV(B)255.27º40.15%53.73%-
XYZ12.3610.3325.01-
YUV92.46153.14130.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.48%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 137 (53.91% from 255) = 43.49%
R=30.48%
G=26.03%
B=43.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96821370.300.4000.46255.2725.1142.94
Hex6052891E2802Eff192b
Octal14012221136500563773153
Binary11000001010010100010011111010100001011101111111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605289; }

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

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

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

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

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

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

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

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