#65517C

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

Shades of Butterfly Bush #65517C

Tints of Butterfly Bush #65517C

Color information

#65517C (or 0x65517C) is unknown color: approx Butterfly Bush. HEX triplet: 65, 51 and 7C. RGB value is (101,81,124). Sum of RGB (Red+Green+Blue) = 101+81+124=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #65517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65517C is #9AAE83. Grayscale: #5B5B5B. Windows color (decimal): -10137220 or 8147301. OLE color: 8147301.

HSL color Cylindrical-coordinate representation of color #65517C: hue angle of 267.91º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65517C is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10181124-
CMYK0.190.3500.51
HSL267.91º20.98%40.2%-
HSV(B)267.91º34.68%48.63%-
XYZ11.9510.1120.39-
YUV91.88146.13134.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.01%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=33.01%
G=26.47%
B=40.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101811240.190.3500.51267.9120.9840.2
Hex65517C132303310c1528
Octal14512117423430634142550
Binary11001011010001111110010011100011011001110000110010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65517C; }

 p { color: rgb(101,81,124); }

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

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

 a { background-color: rgb(101,81,124); }

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

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

 span { border-color: rgb(101,81,124); }

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