#65549B

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

Shades of Butterfly Bush #65549B

Tints of Butterfly Bush #65549B

Color information

#65549B (or 0x65549B) is unknown color: approx Butterfly Bush. HEX triplet: 65, 54 and 9B. RGB value is (101,84,155). Sum of RGB (Red+Green+Blue) = 101+84+155=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #65549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65549B is #9AAB64. Grayscale: #606060. Windows color (decimal): -10136421 or 10179685. OLE color: 10179685.

HSL color Cylindrical-coordinate representation of color #65549B: hue angle of 254.37º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65549B is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10184155-
CMYK0.350.4600.39
HSL254.37º29.71%46.86%-
HSV(B)254.37º45.81%60.78%-
XYZ14.4511.4732.46-
YUV97.18160.63130.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.71%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=29.71%
G=24.71%
B=45.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101841550.350.4600.39254.3729.7146.86
Hex65549B232E027fe1e2f
Octal14512423343560473763657
Binary110010110101001001101110001110111001001111111111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65549B; }

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

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

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

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

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

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

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

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