#65507D

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

Shades of Butterfly Bush #65507D

Tints of Butterfly Bush #65507D

Color information

#65507D (or 0x65507D) is unknown color: approx Butterfly Bush. HEX triplet: 65, 50 and 7D. RGB value is (101,80,125). Sum of RGB (Red+Green+Blue) = 101+80+125=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #65507D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65507D is #9AAF82. Grayscale: #5B5B5B. Windows color (decimal): -10137475 or 8212581. OLE color: 8212581.

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

Color convert

RGB10180125-
CMYK0.190.3600.51
HSL268º21.95%40.2%-
HSV(B)268º36%49.02%-
XYZ11.949.9820.7-
YUV91.41146.96134.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.01%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 125 (49.22% from 255) = 40.85%
R=33.01%
G=26.14%
B=40.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101801250.190.3600.5126821.9540.2
Hex65507D132403310c1628
Octal14512017523440634142650
Binary11001011010000111110110011100100011001110000110010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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