#685585

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

Shades of Butterfly Bush #685585

Tints of Butterfly Bush #685585

Color information

#685585 (or 0x685585) is unknown color: approx Butterfly Bush. HEX triplet: 68, 55 and 85. RGB value is (104,85,133). Sum of RGB (Red+Green+Blue) = 104+85+133=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #685585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685585 is #97AA7A. Grayscale: #5F5F5F. Windows color (decimal): -9939579 or 8738152. OLE color: 8738152.

HSL color Cylindrical-coordinate representation of color #685585: hue angle of 263.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #685585 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10485133-
CMYK0.220.3600.48
HSL263.75º22.02%42.75%-
HSV(B)263.75º36.09%52.16%-
XYZ13.1911.1323.64-
YUV96.15148.79133.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.30%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=32.30%
G=26.40%
B=41.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104851330.220.3600.48263.7522.0242.75
Hex6855851624030108162b
Octal15012520526440604102653
Binary110100010101011000010110110100100011000010000100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685585; }

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

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

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

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

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

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

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

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