#65528B

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

Shades of Butterfly Bush #65528B

Tints of Butterfly Bush #65528B

Color information

#65528B (or 0x65528B) is unknown color: approx Butterfly Bush. HEX triplet: 65, 52 and 8B. RGB value is (101,82,139). Sum of RGB (Red+Green+Blue) = 101+82+139=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #65528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65528B is #9AAD74. Grayscale: #5D5D5D. Windows color (decimal): -10136949 or 9130597. OLE color: 9130597.

HSL color Cylindrical-coordinate representation of color #65528B: hue angle of 260º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65528B is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10182139-
CMYK0.270.4100.45
HSL260º25.79%43.33%-
HSV(B)260º41.01%54.51%-
XYZ13.0410.6725.8-
YUV94.18153.29132.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.37%
GREEN value IS 82 (32.42% from 255) = 25.47%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=31.37%
G=25.47%
B=43.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101821390.270.4100.4526025.7943.33
Hex65528B1B2902D1041a2b
Octal14512221333510554043253
Binary110010110100101000101111011101001010110110000010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,82,139); }

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

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

 a { background-color: rgb(101,82,139); }

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

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

 span { border-color: rgb(101,82,139); }

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