#65508D

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

Shades of Butterfly Bush #65508D

Tints of Butterfly Bush #65508D

Color information

#65508D (or 0x65508D) is unknown color: approx Butterfly Bush. HEX triplet: 65, 50 and 8D. RGB value is (101,80,141). Sum of RGB (Red+Green+Blue) = 101+80+141=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #65508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65508D is #9AAF72. Grayscale: #5D5D5D. Windows color (decimal): -10137459 or 9261157. OLE color: 9261157.

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

Color convert

RGB10180141-
CMYK0.280.4300.45
HSL260.66º27.6%43.33%-
HSV(B)260.66º43.26%55.29%-
XYZ13.0410.4326.52-
YUV93.23154.96133.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.37%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=31.37%
G=24.84%
B=43.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101801410.280.4300.45260.6627.643.33
Hex65508D1C2B02D1051c2b
Octal14512021534530554053453
Binary110010110100001000110111100101011010110110000010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65508D; }

 p { color: rgb(101,80,141); }

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

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

 a { background-color: rgb(101,80,141); }

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

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

 span { border-color: rgb(101,80,141); }

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