#654b89

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

Shades of Butterfly Bush #654B89

Tints of Butterfly Bush #654B89

Color information

#654B89 (or 0x654B89) is unknown color: approx Butterfly Bush. HEX triplet: 65, 4B and 89. RGB value is (101,75,137). Sum of RGB (Red+Green+Blue) = 101+75+137=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #654B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654B89 is #9AB476. Grayscale: #595959. Windows color (decimal): -10138743 or 8997733. OLE color: 8997733.

HSL color Cylindrical-coordinate representation of color #654B89: hue angle of 265.16º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #654B89 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10175137-
CMYK0.260.4500.46
HSL265.16º29.25%41.57%-
HSV(B)265.16º45.26%53.73%-
XYZ12.49.624.87-
YUV89.84154.61135.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 75 (29.69% from 255) = 23.96%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=32.27%
G=23.96%
B=43.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101751370.260.4500.46265.1629.2541.57
Hex654B891A2D02E1091d2a
Octal14511321132550564113552
Binary110010110010111000100111010101101010111010000100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654b89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654b89; }

 p { color: rgb(101,75,137); }

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

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

 a { background-color: rgb(101,75,137); }

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

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

 span { border-color: rgb(101,75,137); }

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