#685583

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

Shades of Butterfly Bush #685583

Tints of Butterfly Bush #685583

Color information

#685583 (or 0x685583) is unknown color: approx Butterfly Bush. HEX triplet: 68, 55 and 83. RGB value is (104,85,131). Sum of RGB (Red+Green+Blue) = 104+85+131=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 131 - color contains mainly: blue. Hex color #685583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685583 is #97AA7C. Grayscale: #5F5F5F. Windows color (decimal): -9939581 or 8607080. OLE color: 8607080.

HSL color Cylindrical-coordinate representation of color #685583: hue angle of 264.78º 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 #685583 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10485131-
CMYK0.210.3500.49
HSL264.78º21.3%42.35%-
HSV(B)264.78º35.11%51.37%-
XYZ13.0511.0822.92-
YUV95.92147.79133.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 131 (51.56% from 255) = 40.94%
R=32.5%
G=26.56%
B=40.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104851310.210.3500.49264.7821.342.35
Hex6855831523031109152a
Octal15012520325430614112552
Binary110100010101011000001110101100011011000110000100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685583; }

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

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

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

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

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

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

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

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