#685582

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

Shades of Butterfly Bush #685582

Tints of Butterfly Bush #685582

Color information

#685582 (or 0x685582) is unknown color: approx Butterfly Bush. HEX triplet: 68, 55 and 82. RGB value is (104,85,130). Sum of RGB (Red+Green+Blue) = 104+85+130=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #685582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685582 is #97AA7D. Grayscale: #5F5F5F. Windows color (decimal): -9939582 or 8541544. OLE color: 8541544.

HSL color Cylindrical-coordinate representation of color #685582: hue angle of 265.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #685582 is Cyan = 0.2, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10485130-
CMYK0.20.3500.49
HSL265.33º20.93%42.16%-
HSV(B)265.33º34.62%50.98%-
XYZ12.9911.0522.57-
YUV95.81147.29133.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=32.60%
G=26.65%
B=40.75%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104851300.20.3500.49265.3320.9342.16
Hex6855821423031109152a
Octal15012520224430614112552
Binary110100010101011000001010100100011011000110000100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685582; }

 p { color: rgb(104,85,130); }

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

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

 a { background-color: rgb(104,85,130); }

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

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

 span { border-color: rgb(104,85,130); }

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