#655485

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

Shades of Butterfly Bush #655485

Tints of Butterfly Bush #655485

Color information

#655485 (or 0x655485) is unknown color: approx Butterfly Bush. HEX triplet: 65, 54 and 85. RGB value is (101,84,133). Sum of RGB (Red+Green+Blue) = 101+84+133=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #655485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655485 is #9AAB7A. Grayscale: #5E5E5E. Windows color (decimal): -10136443 or 8737893. OLE color: 8737893.

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

Color convert

RGB10184133-
CMYK0.240.3700.48
HSL260.82º22.58%42.55%-
HSV(B)260.82º36.84%52.16%-
XYZ12.7710.823.6-
YUV94.67149.63132.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.76%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=31.76%
G=26.42%
B=41.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101841330.240.3700.48260.8222.5842.55
Hex6554851825030105172b
Octal14512420530450604052753
Binary110010110101001000010111000100101011000010000010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655485; }

 p { color: rgb(101,84,133); }

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

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

 a { background-color: rgb(101,84,133); }

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

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

 span { border-color: rgb(101,84,133); }

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